diff options
Diffstat (limited to 'src/templates/apps/room/update.html')
-rw-r--r-- | src/templates/apps/room/update.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/templates/apps/room/update.html b/src/templates/apps/room/update.html new file mode 100644 index 0000000..3e5c4fa --- /dev/null +++ b/src/templates/apps/room/update.html @@ -0,0 +1,8 @@ +{% extends "apps/room/modify.html" %} +{% block beforeform %} +<div class="ui-state-highlight ui-corner-all" style="margin-bottom: 5px;"> +<p class="infopanel"> +<span class="ui-icon ui-icon-info"></span> +Here you can update an existing meeting room... +</p></div> +{% endblock %}
\ No newline at end of file |