]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/node/revision.html
Migrate to Django 1.6
[osqa.git] / forum / skins / default / templates / node / revision.html
1 {% spaceless %}
2     {% if title %}<h1>{{ title }}</h1>{% endif %}
3     <div class="text">{{ html }}</div>
4     {% if tags %}
5         <div class="tags">
6             {% for tag in tags %}
7             <a class="post-tag tag-link-{{ tag }}">{{ tag }}</a>
8             {% endfor %}
9         </div>
10     {% endif %}
11 {% endspaceless %}