root/docs/everes/20090425_django_hands_on_b/sample/blog/templates/blog/entry_detail.html
@
32779
| Revision 32779, 395 bytes (checked in by everes, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | {% extends 'blog/base.html' %} |
| 2 | |
| 3 | {% block 'gallery' %}{% endblock %} |
| 4 | |
| 5 | {% block 'content' %} |
| 6 | <div class="mpart"> |
| 7 | <h2>{{ object.title }}</h2> |
| 8 | <h3>{{ object.pub_date|date:"y/m/d h:i:s" }} {% for tag in object.tags_set.all %}{{ tag.name }} {% endfor %} by {{ object.author.username }}</h3> |
| 9 | <p> |
| 10 | {{ object.body|linebreaksbr }} |
| 11 | </p> |
| 12 | <div class="date"><a href="#" title="#"></a></div> |
| 13 | {% endblock %} |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)