Django

Code

Ticket #7311: 7311.diff

File 7311.diff, 431 bytes (added by Jim Dabell <jim@djangoproject.com.dabell.name>, 7 months ago)

Patch to include year

  • django_website/templates/docs/detail.html

    old new  
    4040  <h2>Contents</h2> 
    4141  {{ doc.toc }} 
    4242  <h3>Last update:</h3> 
    43   <div>{{ update_date|date:"F j, P" }}</div> 
     43  <div>{{ update_date|date:"F j, P Y" }}</div> 
    4444{% endblock %}