Changeset 262:254dc2032da2
Legend:
- Unmodified
- Added
- Removed
-
cyclope/core/collections/templates/collections/category_list_as_forum.html
r244 r262 7 7 {% include 'collections/hierarchycal_navigation_block.html' %} 8 8 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> 10 12 <table > 11 13 <tr> … … 20 22 <td><a href="{{ obj.url }}">{{ obj.name }}</a></td> 21 23 <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> 24 29 </tr> 25 30 {% endfor %}
Note: See TracChangeset
for help on using the changeset viewer.

