summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r--module/web/templates/default/base.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html
index d5d51d989..a2093a93a 100644
--- a/module/web/templates/default/base.html
+++ b/module/web/templates/default/base.html
@@ -17,10 +17,7 @@
<script type="text/javascript" src="static/js/libs/underscore-min.js"></script>
<script type="text/javascript" src="static/js/libs/backbone-min.js"></script>
-
-
<title>{% block title %}pyLoad {{ _("Webinterface") }}{% endblock %}</title>
-
{% block head %}
{% endblock %}
</head>
@@ -64,6 +61,8 @@
</header>
<div id="push"></div>
<div id="content">
+ {% block pageactions %}
+ {% endblock pageactions %}
<a href="#test" class="nyroModal">DOM Element (hidden div)</a>
<div id="test" style="display: none; width: 600px;">
<a href="demoSent.php" class="nyroModal">Open a new modal</a><br />