~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/pybb/add_post.html

  • Committer: franku
  • Date: 2016-04-18 13:29:23 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160418132923-bfzkb5mvdr7l8mz4
added migrations to each app

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 - {{ block.super }}
18
18
{% endblock %}
19
19
 
20
 
{% block content_header %}
 
20
{% block content %}
21
21
<h1>
22
22
        {% if forum %}
23
23
                {% trans "New Topic" %}
29
29
                {% endif %}
30
30
        {% endif %}
31
31
</h1>
32
 
{% endblock %}
33
 
{% block content_main %}
 
32
 
34
33
<div class="blogEntry">
35
34
        <a href="{% url 'pybb_index' %}">Forums</a> &#187;
36
35
        {% if forum %}