summaryrefslogtreecommitdiff
path: root/talerbackoffice/backoffice/templates/backoffice.html
diff options
context:
space:
mode:
Diffstat (limited to 'talerbackoffice/backoffice/templates/backoffice.html')
-rw-r--r--talerbackoffice/backoffice/templates/backoffice.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/talerbackoffice/backoffice/templates/backoffice.html b/talerbackoffice/backoffice/templates/backoffice.html
index 9e6b2b6..3ca3bbf 100644
--- a/talerbackoffice/backoffice/templates/backoffice.html
+++ b/talerbackoffice/backoffice/templates/backoffice.html
@@ -11,8 +11,8 @@
<br />
<div>
- <span style="margin-right: 10px;">Current instance: </span>
- <select id="instance" onchange="change_instance();">
+ <span style="margin-right: 10px;">Current instance:</span>
+ <select id="instances" onchange="change_instance();">
{% for instance in instances %}
<option value="{{ instance }}">{{ instance }}</option>
{% endfor %}