]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/about.html
ALteration of the schema to a single content model. As a bonus there is a complete...
[osqa.git] / forum / skins / default / templates / about.html
1 {% extends "base_content.html" %}
2 <!-- template about.html -->
3 {% load i18n %}
4 {% load markup %}
5 {% block title %}{% spaceless %}{% trans "About" %}{% endspaceless %}{% endblock %}
6
7 {% block content %}
8 <div class="headNormal">
9 {% trans "About" %}
10 </div>
11 <div class="content">
12 {{ text|markdown }}
13 </div>
14 {% endblock %}
15 <!-- end template about.html -->