diff --git a/apis_core/apis_metainfo/templates/generic_list.html b/apis_core/apis_metainfo/templates/generic_list.html index 1bf12b122..c64353964 100644 --- a/apis_core/apis_metainfo/templates/generic_list.html +++ b/apis_core/apis_metainfo/templates/generic_list.html @@ -26,25 +26,25 @@
-
-

- Browse {% class_definition %} - - {% block list_title %}{% endblock %} - -

- - {% if get_arche_dump %} +
+
+
+

Browse {% class_definition %}{% block list_title %}{% endblock %}

+
+ {% if get_arche_dump %} Dump as RDF - {% endif %} - - {% if user.is_authenticated %} - - {% if create_view_link %} - Create new {{ class_name }} {% endif %} - {% endif %} +
+ {% if user.is_authenticated %} + {% if create_view_link %} + Create new {{ class_name }} + {% endif %} + {% endif %} +
+
+
+
{% block customView %}{% endblock %}