From e012884a17614548f4b45e46f77b2a17a4693b4d Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sun, 28 Apr 2013 05:24:27 -0400 Subject: removed deprecated template tag from settings --- .../livesettings/templates/livesettings/group_settings.html | 6 +++--- .../livesettings/templates/livesettings/site_settings.html | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/askbot/deps/livesettings/templates/livesettings/group_settings.html b/askbot/deps/livesettings/templates/livesettings/group_settings.html index 8c13a48d..faed7128 100644 --- a/askbot/deps/livesettings/templates/livesettings/group_settings.html +++ b/askbot/deps/livesettings/templates/livesettings/group_settings.html @@ -1,11 +1,11 @@ {% extends "admin/base_site.html" %} -{% load i18n admin_modify config_tags %} +{% load i18n admin_modify config_tags static %} {% block extrastyle %} {{ block.super }} - + {% endblock %} -{% block stylesheet %}{% load adminmedia %}{% admin_media_prefix %}css/forms.css{% endblock %} +{% block stylesheet %}{% static "admin/css/forms.css" %}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block userlinks %}{% trans 'Documentation' %} / {% trans 'Change password' %} / {% trans 'Log out' %}{% endblock %} diff --git a/askbot/deps/livesettings/templates/livesettings/site_settings.html b/askbot/deps/livesettings/templates/livesettings/site_settings.html index 35333778..ff2bd1ad 100644 --- a/askbot/deps/livesettings/templates/livesettings/site_settings.html +++ b/askbot/deps/livesettings/templates/livesettings/site_settings.html @@ -1,15 +1,15 @@ {% extends "admin/base_site.html" %} -{% load i18n admin_modify config_tags %} +{% load i18n admin_modify config_tags static %} -{% block stylesheet %}{% load adminmedia %}{% admin_media_prefix %}css/forms.css{% endblock %} +{% block stylesheet %}{% static "admin/css/forms.css" %}{% endblock %} {% block extrahead %} - - + + {% endblock %} {% block extrastyle %} {{ block.super }} - +