Changeset 262:254dc2032da2


Ignore:
Timestamp:
01/12/10 14:56:34 (2 years ago)
Author:
nicoechaniz <nico@…>
Branch:
default
Message:

fixed create topic link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cyclope/core/collections/templates/collections/category_list_as_forum.html

    r244 r262  
    77{% include 'collections/hierarchycal_navigation_block.html' %} 
    88 
    9 <div id='link-create-topic'> <a href="{% url category-create_topic category.slug %}">{% trans 'Create a new topic' %}</div> 
     9  <div id='link-create-topic'> 
     10    <a href="{% url category-create_topic category.slug %}">{% trans 'Create a new topic' %}</a> 
     11  </div> 
    1012  <table > 
    1113      <tr> 
     
    2022       <td><a href="{{ obj.url }}">{{ obj.name }}</a></td> 
    2123       <td>{{ obj.comments_count }}</td> 
    22        <td>{{ obj.creation_date|date:'DATETIME_FORMAT' }}{% if obj.author %} {% trans 'by' %} {{ obj.author }} {% endif %}</td> 
    23        <td>{% if obj.last_comment_date %}{{ obj.last_comment_date|date:'DATETIME_FORMAT' }}  {% trans 'by' %} {{ obj.last_comment_author }} {% endif %}</td> 
     24       <td>{{ obj.creation_date|date:'DATETIME_FORMAT' }} 
     25           {% if obj.author %} {% trans 'by' %} {{ obj.author }} {% endif %} 
     26       </td> 
     27       <td>{% if obj.last_comment_date %}{{ obj.last_comment_date|date:'DATETIME_FORMAT' }}  {% trans 'by' %} {{ obj.last_comment_author }} {% endif %} 
     28       </td> 
    2429      </tr>   
    2530      {% endfor %} 
Note: See TracChangeset for help on using the changeset viewer.