merge with master
[astakos] / snf-astakos-app / astakos / im / templates / im / account_base.html
index ebfb26d..98ceb36 100644 (file)
 {% block page.body %}
 <div class="maincol {% block innerpage.class %}full{% endblock %}">
 {% block body %}{% endblock %}
+
+    {% if PROFILE_EXTRA_LINKS %}
+    <div class="extra-buttons buttons-list fixpos">
+        {% for href, name in PROFILE_EXTRA_LINKS.items %}
+            <a class="button back right" href="{{ href }}">{{ name }}</a>
+        {% endfor %}
+    </div>
+    {% endif %}
+
 </div>
+
 {% endblock %}