Remove ID of the blog post.
authorAditi <aditi.iitr@gmail.com>
Tue, 30 Jul 2013 13:31:17 +0000 (19:01 +0530)
committerAditi <aditi.iitr@gmail.com>
Tue, 30 Jul 2013 13:31:17 +0000 (19:01 +0530)
mediagoblin/templates/mediagoblin/blog/blog_admin_dashboard.html

index 8fe4133d1fe56c5260967b19e9679beebbb20ec2..4b9a019dbc2f71cd90ab2463daa0b43ee604aa4b 100644 (file)
     {% 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>