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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/edit.html b/src/templates/edit.html
index 709be53..961fe66 100644
--- a/src/templates/edit.html
+++ b/src/templates/edit.html
@@ -26,7 +26,7 @@
<br/>
<div class="button">
<input type="submit" value="{{submitname}}" />
- <input type="button" onClick="document.location='{% prefix %}'" value="Cancel"/>
+ <input type="button" onClick="document.location='{% prefix %}/rooms'" value="Cancel"/>
</div>
</form>
{% endblock %} \ No newline at end of file