~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/search/includes/posts.html

  • Committer: Holger Rapp
  • Date: 2016-08-08 10:06:42 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: sirver@gmx.de-20160808100642-z62vwqitxoyl5fh4
Added the apt-get update script I run every 30 days.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% load highlight %}
2
 
{% load custom_date %}
3
 
 
4
 
<a href=" {{ post.post_link }}">Post by {{ post.user }}</a><span class="small"> @ </span>
5
 
 Topic <a href="{{ post.object.topic.get_absolute_url }}">{{ post.object.topic }}</a><span class="small"> @ </span>
6
 
 Forum <a href="{{ post.object.topic.forum.get_absolute_url }}">{{ post.object.topic.forum }}</a>,
7
 
 {{ post.date|custom_date:user }}<br>
8
 
 {% highlight post.body_text with query max_length 100 %}