]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/users/recent.html
ALteration of the schema to a single content model. As a bonus there is a complete...
[osqa.git] / forum / skins / default / templates / users / recent.html
1 {% extends "user.html" %}
2
3 {% load extra_tags %}
4 {% load user_tags %}
5 {% block usercontent %}
6         <div style="padding-top:5px;font-size:13px;">
7         {% for act in activities %}
8             {% activity_item act %}   
9         {% endfor %}
10         </div>
11 {% endblock %}
12