~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/news/inlines/post_detail.html

threaded comments cleanup; removing IPAddressField

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        
27
27
        <hr />
28
28
        {% get_comment_count for object as ccount %}
29
 
        <span class="small posLeft"><a href="{{ object.get_absolute_url }}">{{ ccount }} comment{{ ccount|pluralize }}</a></span>
 
29
        <span class="small posLeft"><a href="{{ object.get_absolute_url }}#comment_anchor">{{ ccount }} comment{{ ccount|pluralize }}</a></span>
30
30
        <span class="small posRight">Posted by {{object.author|user_link}} on {{ object.publish|custom_date:user }}</span>
31
31
</div>