Changeset 74 for bitstructures/trunk/templates/substructure/base.html
- Timestamp:
- 05/28/08 20:22:40 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
bitstructures/trunk/templates/substructure/base.html
r72 r74 5 5 6 6 <head> 7 <title> {% block title %}Bitstructures —Simon Bates{% endblock %}</title>7 <title>Bitstructures — {% block title %}Simon Bates{% endblock %}</title> 8 8 <link rel="alternate" type="application/atom+xml" href="/atom.xml"> 9 9 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/bitstructures.css"> … … 53 53 </div> 54 54 55 {% if drafts %}56 <div id="drafts" class="info-entry">57 <h2>Drafts</h2>58 <ul>59 {% for entry in drafts %}60 <li><a href="{{ entry.get_absolute_url }}">{{ entry.title|escape }}</a></li>61 {% endfor %}62 </ul>63 <p><a href="/admin/substructure/entry/add/">new entry</a></p>64 </div>65 {% endif %}66 67 55 </div> 68 56 </div>
