From a8f72fab3a15120da2332c314836c1b521e9091a Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 4 Oct 2012 15:11:49 +0200 Subject: settings cleanup remove broken prefix-handler --- src/templates/apps/room/launch.html | 7 +++---- src/templates/apps/room/list.html | 29 ++++++++++++++--------------- src/templates/apps/room/recordings.html | 12 ++++++------ src/templates/apps/room/retry.html | 6 +++--- src/templates/apps/room/tag.html | 6 ++---- src/templates/apps/room/widget.html | 13 ------------- 6 files changed, 28 insertions(+), 45 deletions(-) (limited to 'src/templates/apps/room') diff --git a/src/templates/apps/room/launch.html b/src/templates/apps/room/launch.html index 00f40c1..204345d 100644 --- a/src/templates/apps/room/launch.html +++ b/src/templates/apps/room/launch.html @@ -1,6 +1,5 @@ {% extends "base.html" %} {% load datehumanize %} -{% load prefix %} {% block widgets %} {% endblock %} {% block content %} @@ -25,11 +24,11 @@
- Cancel + Cancel {%if room.nhosts == 0 %} - Enter as Host + Enter as Host {% endif %} - Enter as Participant + Enter as Participant
{% endblock %} \ No newline at end of file diff --git a/src/templates/apps/room/list.html b/src/templates/apps/room/list.html index 1ac034a..4e83466 100644 --- a/src/templates/apps/room/list.html +++ b/src/templates/apps/room/list.html @@ -1,12 +1,11 @@ {% extends "base.html" %} -{% load prefix %} {% load datehumanize %} {% load roomurl %} {% load tagging_tags %} {% block widgets %} $(".collapse").collapse({'parent': '#rooms'}); $(".occupation").click(function(e) { - $(this).find(".occupation-info").first().load("{% prefix %}/api/room/"+$(this).parents('.accordion-body').attr('id')+"/occupation") + $(this).find(".occupation-info").first().load("/api/room/"+$(this).parents('.accordion-body').attr('id')+"/occupation") }); $(".occupation").ajaxStart(function() { $(".occupation i.icon-refresh").removeClass("icon-refresh").addClass("spinner").spin("custom"); @@ -17,8 +16,8 @@ {% endblock %} {% block meta %} {% if tags %} - - + + {% endif %} {% endblock %} {% block content %} @@ -36,25 +35,25 @@

{{r|roomurl}}

{% if r.description %}{{r.description|safe}}{% else %}No description available...{% endif %}


- Enter Room + Enter Room {% if edit %} - Room Tags - Room Recordings - Modify Room + Room Tags + Room Recordings + Modify Room {% if room.is_locked %} - Unlock Room + Unlock Room {% endif %} - Delete Room + Delete Room {% endif %}
@@ -68,13 +67,13 @@
{% if edit %}
- Create a New Room + Create a New Room
{% endif %} {% endblock %} {% block validators %} {% if tags %} -[Valid Atom 1.0] -[Valid RSS] +[Valid Atom 1.0] +[Valid RSS] {% endif %} {% endblock %} \ No newline at end of file diff --git a/src/templates/apps/room/recordings.html b/src/templates/apps/room/recordings.html index 7c3b863..8e95b09 100644 --- a/src/templates/apps/room/recordings.html +++ b/src/templates/apps/room/recordings.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load prefix %} + {% load datehumanize %} {% load roomurl %} {% load tagging_tags %} @@ -7,8 +7,8 @@ $(".collapse").collapse({'parent': '#recordings'}); {% endblock %} {% block meta %} - - + + {% endblock %} {% block content %}