From 54aac4e12a5b85f9191066360b2dc6fa48ca02ab Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sun, 26 Jul 2015 18:15:24 +0000 Subject: [PATCH] Updated templates to use the 'static' template tag to dynamically point to the correct static files location. - Legacy-Id: 9889 --- ietf/templates/base.html | 17 ++++++++--------- ietf/templates/doc/change_shepherd.html | 8 ++++---- ietf/templates/doc/draft/change_replaces.html | 8 ++++---- .../doc/status_change/make_last_call.html | 6 +++--- ietf/templates/group/edit.html | 8 ++++---- ietf/templates/group/edit_milestones.html | 12 ++++++------ ietf/templates/group/stream_edit.html | 8 ++++---- ietf/templates/ipr/details_edit.html | 10 +++++----- ietf/templates/ipr/email.html | 6 +++--- ietf/templates/liaisons/edit.html | 12 ++++++------ ietf/templates/meeting/agenda_list.html | 3 ++- ietf/templates/meeting/landscape_edit.html | 4 ++-- ietf/templates/meeting/properties_edit.html | 4 ++-- ietf/templates/meeting/room-view.html | 6 +++--- ietf/templates/meeting/room_edit.html | 4 ++-- ietf/templates/meeting/timeslot_edit.html | 4 ++-- ietf/templates/nomcom/edit_nomcom.html | 6 +++--- ietf/templates/nomcom/edit_position.html | 8 ++++---- ietf/templates/submit/submission_status.html | 7 ++++--- 19 files changed, 71 insertions(+), 70 deletions(-) diff --git a/ietf/templates/base.html b/ietf/templates/base.html index 7f11dd367..6dafc1791 100644 --- a/ietf/templates/base.html +++ b/ietf/templates/base.html @@ -1,4 +1,4 @@ - {% load ietf_filters %} + {% load ietf_filters staticfiles %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %}{% origin %} @@ -8,18 +8,18 @@ {% block title %}No title{% endblock %} - - - + + + {% comment %} {% endcomment %} + -