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.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>