~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wiki/changeset.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:
5
5
{% trans "Changes in" %} {{ article.title }} - {{ block.super }}
6
6
{% endblock %}
7
7
 
8
 
{% block content_header %}
9
 
        <h1>{% trans "Changes in" %} {{ article.title }}</h1>
10
 
{% endblock %}
11
 
 
12
 
{% block content_main %}
 
8
{% block content %}
 
9
<div class="posRight small">
 
10
        <a href="{% url 'wiki_article' article.title %}" class="invertedColor">{% trans "Back to article" %}</a>
 
11
        | <a href="{% url 'wiki_article_history' article.title %}" class="invertedColor">{% trans "Editing history" %}</a>
 
12
</div>
 
13
<h1>{% trans "Changes in" %} {{ article.title }}</h1>
13
14
 
14
15
<div class="blogEntry">
15
16
        {% if changeset.old_title != article.title %}