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/list.html | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) (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 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 -- cgit v1.1