summaryrefslogtreecommitdiff
path: root/templates/edit.html
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-10-16 17:57:45 +0200
committerLeif Johansson <leifj@sunet.se>2012-10-16 17:57:45 +0200
commit8f6f63c87128906be86fdfdf53aba48570677e87 (patch)
tree443ae2807ace7ed11306699c69cd4f209352874e /templates/edit.html
parenta15a4d81d5520adbfbbc5509202e32b1b56f826a (diff)
- normalize sco objects to separate tablesco
- add archive object for "published" archives - configurable return from form edits - tagging for archives - reset south
Diffstat (limited to 'templates/edit.html')
-rw-r--r--templates/edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit.html b/templates/edit.html
index 5d04b3f..3542214 100644
--- a/templates/edit.html
+++ b/templates/edit.html
@@ -21,7 +21,7 @@
{% endif %}
{% endfor %}
<div class="form-actions">
- <input type="button" class="btn" onClick="document.location='/rooms'" value="{{cancelname}}"/>
+ <input type="button" class="btn" onClick="document.location='{{cancelurl}}'" value="{{cancelname}}"/>
<input class="btn btn-success" type="submit" value="{{submitname}}" />
</div>
</form>