summaryrefslogtreecommitdiffstats
path: root/ogcp/templates
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates')
-rw-r--r--ogcp/templates/commands.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/ogcp/templates/commands.html b/ogcp/templates/commands.html
index 9bb0176..6f77316 100644
--- a/ogcp/templates/commands.html
+++ b/ogcp/templates/commands.html
@@ -96,10 +96,11 @@
{{ _('Script') }}
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
- <input class="btn btn-light dropdown-item{% block nav_run_script %}{% endblock %}" type="submit" value="{{ _('Run') }}"
- form="scopesForm" formaction="{{ url_for('action_run_script') }}" formmethod="get">
- <input class="btn btn-light dropdown-item{% block nav_display_output %}{% endblock %}" type="submit" value="{{ _('Display output') }}"
- form="scopesForm" formaction="{{ url_for('action_script_display_output') }}" formmethod="get">
+ <input class="btn btn-light dropdown-item{% block nav_run_script %}{% endblock %}" type="submit" value="{{ _('Run') }}"
+ form="scopesForm" formaction="{{ url_for('action_run_script') }}" formmethod="get">
+ <input class="btn btn-light dropdown-item{% block nav_display_output %}{% endblock %}" type="submit" value="{{ _('Display output') }}"
+ form="scopesForm" formaction="{{ url_for('action_script_display_output') }}" formmethod="get">
+ </div>
</div>
<div class="dropdown btn">