summaryrefslogtreecommitdiff
path: root/src/templates/edit.html
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-10-04 15:11:49 +0200
committerLeif Johansson <leifj@sunet.se>2012-10-04 15:11:49 +0200
commita8f72fab3a15120da2332c314836c1b521e9091a (patch)
treee9ea77c193b7c99e65b98caf2a982f396ab83144 /src/templates/edit.html
parente6213dccb11e9b6f1111076d42032d0c0fb5b7af (diff)
settings cleanup
remove broken prefix-handler
Diffstat (limited to 'src/templates/edit.html')
-rw-r--r--src/templates/edit.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/templates/edit.html b/src/templates/edit.html
index b3ea958..5d04b3f 100644
--- a/src/templates/edit.html
+++ b/src/templates/edit.html
@@ -1,5 +1,4 @@
{% extends "base.html" %}
-{% load prefix %}
{% block content %}
{% block beforeform %}{% endblock %}
<div class="page-header">
@@ -22,7 +21,7 @@
{% endif %}
{% endfor %}
<div class="form-actions">
- <input type="button" class="btn" onClick="document.location='{% prefix %}/rooms'" value="{{cancelname}}"/>
+ <input type="button" class="btn" onClick="document.location='/rooms'" value="{{cancelname}}"/>
<input class="btn btn-success" type="submit" value="{{submitname}}" />
</div>
</form>