Remove ID of the blog post.

This commit is contained in:
Aditi 2013-07-30 19:01:17 +05:30
parent 59e5c448e9
commit 46e0bba3da

View File

@ -40,14 +40,12 @@
{% if blog_post_count!=0 %}
<table class="media_panel processing">
<tr>
<th>ID</th>
<th>Title</th>
<th>submitted</th>
<th> </th>
</tr>
{% for blog_post in blog_posts_list %}
<tr>
<td>{{ blog_post.id }}</td>
<td><a href="{{ blog_post.url_for_self(request.urlgen) }}">{{ blog_post.title }}</a></td>
<td>{{ blog_post.created.strftime("%F %R") }}</td>
<td></td>