From a046c6014f42d32dad447cb68cf60f8921ff0fa8 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 13 Oct 2011 16:00:19 +0200 Subject: room unlock function for emergencies --- src/templates/apps/room/list.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/templates/apps/room/list.html') diff --git a/src/templates/apps/room/list.html b/src/templates/apps/room/list.html index 0f1710c..f0906fc 100644 --- a/src/templates/apps/room/list.html +++ b/src/templates/apps/room/list.html @@ -48,8 +48,11 @@
  • Room Tags
  • Room Recordings
  • Modify Room
  • +
  • Unlock Room
  • + {% if room.is_locked %}
  • Delete Room
  • {% endif %} + {% endif %} -- cgit v1.1