~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to templates/wiki/article_teaser.html

  • Committer: Holger Rapp
  • Date: 2009-02-26 22:38:49 UTC
  • Revision ID: sirver@kallisto.local-20090226223849-1563ij0uuw0lz0zu
First version of widelands online help

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
{% load wiki %}
3
3
{% load avatar_tags %}
4
 
{% load custom_date %}
5
4
 
6
5
<tr class="{% cycle odd,even %}">
7
6
    <td class="meta">
11
10
                {{ article.latest_changeset.editor }}
12
11
            </a>
13
12
        </div>
14
 
        {{ article.last_update|custom_date:user }}
 
13
        {{ article.last_update|date }}
15
14
    </td>
16
15
    <td>
17
16
        <h2><a href="{{ article.get_absolute_url }}">{{ article.title }}</a></h2>