summaryrefslogtreecommitdiff
path: root/src/templates/edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/edit.html')
-rw-r--r--src/templates/edit.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/templates/edit.html b/src/templates/edit.html
index 400a087..a5986bb 100644
--- a/src/templates/edit.html
+++ b/src/templates/edit.html
@@ -3,7 +3,8 @@
{% block content %}
{% block beforeform %}{% endblock %}
<h1>{{formtitle}}</h1>
-<form method="POST" class="ui-widget ui-corner-all ui-state-highlight bbq infopanel" style="width: 50%">
+<form method="POST" class="ui-widget ui-corner-all ui-state-highlight bbq infopanel" style="width: 66%">
+{% block beforefields %}{% endblock %}
<ul class="links">
{% for field in form %}
{% if field.is_hidden %}
@@ -19,6 +20,7 @@
</ul>
<ul class="ilist" style="padding-top: 10px; padding-bottom: 5px;">
<li class="button"><input type="submit" value="{{submitname}}" /></li>
+ <li class="button"><input type="button" onClick="document.location='{% prefix %}/rooms'" value="Done"/></li>
<li class="button right"><input type="button" onClick="document.location='{% prefix %}/rooms'" value="Cancel"/></li>
</ul>
</form>