~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to templates/pybb/add_post.html

  • Committer: Holger Rapp
  • Date: 2009-02-26 22:38:49 UTC
  • Revision ID: sirver@kallisto.local-20090226223849-1563ij0uuw0lz0zu
First version of widelands online help

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
{% load i18n %}
4
4
 
5
5
{% block content %}
6
 
{% include "django_messages/inlines/navigation.html" %}
7
 
<br />
8
 
<br />
9
 
<div class="box_item_model border">
10
 
    {% include "pybb/inlines/add_post_form.html" %}
11
 
</div>
 
6
<h1>
 
7
   {% if forum %}
 
8
   {% trans "New topic" %}
 
9
   {% else %}
 
10
   {% trans "New reply" %}
 
11
   {% endif %}</h1>
 
12
 
 
13
{% include "pybb/add_post_form.html" %}
 
14
 
12
15
{% endblock %}