From: Aditi Date: Thu, 25 Jul 2013 07:47:44 +0000 (+0530) Subject: Add edit url for each blog post. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=500cb7f91c106757f3efd7f1f8b58574e188c10a;p=mediagoblin.git Add edit url for each blog post. --- diff --git a/mediagoblin/templates/mediagoblin/blog/blog_admin_dashboard.html b/mediagoblin/templates/mediagoblin/blog/blog_admin_dashboard.html index 45da73a9..4effaf01 100644 --- a/mediagoblin/templates/mediagoblin/blog/blog_admin_dashboard.html +++ b/mediagoblin/templates/mediagoblin/blog/blog_admin_dashboard.html @@ -36,16 +36,17 @@ - + {% for blog_post in blog_posts_list %} - + + {% endfor %}
IDUser Title submitted
{{ blog_post.id }}{{ blog_post.get_uploader.username }} {{ blog_post.title }} {{ blog_post.created.strftime("%F %R") }}Edit