]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/static.html
Removing the change done in Revision 952, the removing of the JS cache can cause...
[osqa.git] / forum / skins / default / templates / static.html
1 {% extends "base_content.html" %}
2 {% load i18n %}
3 {% load markup %}
4 {% block title %}{% spaceless %}{{ title }}{% endspaceless %}{% endblock %}
5
6 {% block content %}
7 <div class="headNormal">{{ title }}</div>
8 <div class="content">
9 {{ content|markdown:"settingsparser" }}
10 </div>
11 {% endblock %}
12