~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/pybb/index.html

merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% extends 'pybb/base.html' %}
2
2
{% load pybb_extras %}
3
3
 
4
 
{% block content %}
5
 
<h1>Forums</h1>
 
4
{% block content_header %}
 
5
    <h1>Forums</h1>
 
6
{% endblock %}
6
7
 
 
8
{% block content_main %}
7
9
{% for category in cats %}
8
10
<div class="blogEntry">
9
11
        <h3><a href="{{category.get_absolute_url}}" class="invertedColor">{{category.name}}</a></h3>