]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/users/tabs.html
More polished PAI for module html injection and added a couple more places to inject...
[osqa.git] / forum / skins / default / templates / users / tabs.html
1 {% load extra_filters ui_registry i18n %}
2 {% with view_user.username|slugify as user_slug %}
3 <div class="tabBar">
4     <div class="tabsA">
5         {% loopregistry profile_tabs %}{% spaceless %}
6             <a title="{{ tab_description }}" id="{{ tab_name }}" {% ifequal active_tab tab_name %}class="on"{% endifequal %} href="{{ tab_url }}">
7                 {{ tab_title }}
8             </a>
9         {% endspaceless %}{% endloopregistry %}
10     </div>
11 </div>
12 {% endwith %}