~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wiki/backlinks.html

merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% extends 'wiki/base.html' %}
2
2
{% load wiki_extras %}
3
3
{% load i18n %}
 
4
 
4
5
{% block title %}
5
6
{{ name }} - Backlinks - {{block.super}}
6
7
{% endblock %}
7
8
 
8
 
{% block content %}
9
 
<div class="posRight small">
10
 
        <a class="invertedColor" href="{% url 'wiki_article' name %}">Back to article</a>
11
 
</div>
12
 
<h1>{% trans "Backlinks of " %} {{ name }}</h1>
 
9
{% block content_header %}
 
10
        <h1>{% trans "Backlinks of " %} {{ name }}</h1>
 
11
{% endblock %}
 
12
 
 
13
{% block class_wiki_backl %}class="active"{% endblock %}
 
14
{% block class_wiki_hist_atom %}class="hidden"{% endblock %}
 
15
{% block class_wiki_edit %}class="hidden"{% endblock %}
 
16
 
 
17
{% block content_main %}
13
18
<div class="blogEntry">
14
19
        {% if found_links or found_old_links %}
15
20
                {% if found_links %}