diff --git a/bijoe/templates/bijoe/visualization.html b/bijoe/templates/bijoe/visualization.html index 259cc95..62d7fbf 100644 --- a/bijoe/templates/bijoe/visualization.html +++ b/bijoe/templates/bijoe/visualization.html @@ -12,12 +12,18 @@ {{ object.name }} {% endblock %} +{% block appbar %} +

{{ object.name }}

+ + {% trans "Rename" %} + {% trans "Delete" %} + {% trans "Save as" %} + {% trans "Export as JSON" %} + +{% endblock %} + {% block actions %} - {% trans "Rename" %} - {% trans "Delete" %} - {% trans "Save as" %} {% trans "Export as ODS" %} - {% trans "Export as JSON" %} {% trans "URL for IFRAME" %} {% endblock %}