~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to templates/wiki/article_teaser.html

  • Committer: franku
  • Date: 2016-05-15 14:41:54 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160515144154-00m3tiibyxm0nw2w
added the old threadedcomments app as wildelands app

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
{% load wiki %}
 
2
{% load wiki_extras %}
3
3
{% load avatar_tags %}
4
4
{% load custom_date %}
5
5
 
7
7
    <td class="meta">
8
8
        <div class="avatar">{% avatar article.latest_changeset.editor 40 %}</div>
9
9
        <div class="details">
10
 
            <a href="{% url profiles.views.profile article.latest_changeset.editor.username %}">
 
10
            <a href="{% url 'profiles.views.profile' article.latest_changeset.editor.username %}">
11
11
                {{ article.latest_changeset.editor }}
12
12
            </a>
13
13
        </div>