diff options
Diffstat (limited to 'src/templates/edit.html')
-rw-r--r-- | src/templates/edit.html | 3 |
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 |