summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-05-11 15:17:32 +0200
committerLeif Johansson <leifj@sunet.se>2011-05-11 15:17:32 +0200
commitb81bc0067da5bd448571d2f1df95f95658dd7c2d (patch)
tree5daf478cd10af88490d01851c49abc12abc8e316
parent71cf40b9dc8b0ecacf08c5f2dd1140c2022674f9 (diff)
we don't need two cancel-buttons
-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 a5986bb..dc6cf08 100644
--- a/src/templates/edit.html
+++ b/src/templates/edit.html
@@ -20,8 +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>
+ <li class="button right"><input type="button" onClick="document.location='{% prefix %}/rooms'" value="{{cancelname}}"/></li>
</ul>
</form>
{% endblock %} \ No newline at end of file