diff options
Diffstat (limited to 'templates/edit.html')
-rw-r--r-- | templates/edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit.html b/templates/edit.html index 5d04b3f..3542214 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -21,7 +21,7 @@ {% endif %} {% endfor %} <div class="form-actions"> - <input type="button" class="btn" onClick="document.location='/rooms'" value="{{cancelname}}"/> + <input type="button" class="btn" onClick="document.location='{{cancelurl}}'" value="{{cancelname}}"/> <input class="btn btn-success" type="submit" value="{{submitname}}" /> </div> </form> |