~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wiki/index.html

  • Committer: Holger Rapp
  • Date: 2009-02-20 12:25:18 UTC
  • Revision ID: holgerrapp@gmx.net-20090220122518-feaq34ta973snnct
Imported wikiapp into our repository, because we did some local changes (users must be logged in to edit wiki pages)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends 'wiki/base.html' %}
 
1
{% extends 'base.html' %}
2
2
{% load i18n %}
3
3
 
4
4
 
5
 
{% block title %}
6
 
    Index
7
 
{% endblock %}
 
5
{% block title %}Wiki Index - {{ block.super }}{% endblock %}
8
6
 
9
7
{% block content %}
10
 
        <h1>Index</h1>
 
8
        <h1>Wiki Index</h1>
11
9
 
12
10
        {% if articles %}
13
11
                <ul>