Changeset 1293:8e7a3b22fbcf
- Timestamp:
- 01/11/10 15:23:47 (2 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
zine/templates/admin/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zine/templates/admin/index.html
r1292 r1293 68 68 {%- for post in last_posts %} 69 69 <li><a href="{{ url_for('admin/edit_post', post_id=post.id) 70 }}">{%- if post.title %}{{ post.title|e }}{%- else %}<em>#</em>{%- endif %}</a>, {{ post.pub_date|datetimeformat('short') }} 71 [<a href="{{ url_for(post) }}">{{ _('show') }}</a>] 70 }}">{%- if post.title %}{{ post.title|e }}{%- else %}<em>#</em>{%- endif %}</a> 71 [<a href="{{ url_for(post) }}">{{ _('show') }}</a>], 72 {{ post.pub_date|datetimeformat('short') }} 72 73 {%- endfor %} 73 74 </ul>
Note: See TracChangeset
for help on using the changeset viewer.