# HG changeset patch # User Brian Neal # Date 1449460179 21600 # Node ID 02ae9a4a846a8d29a61bf9316b774347ad12fb9b # Parent 21c592cac71cb7da47f0642b0691a22678b19bc5 ManifestStaticFilesStorage: get rid of STATIC_URL in templates. diff -r 21c592cac71c -r 02ae9a4a846a sg101/settings/base.py --- a/sg101/settings/base.py Sun Dec 06 14:48:30 2015 -0600 +++ b/sg101/settings/base.py Sun Dec 06 21:49:39 2015 -0600 @@ -95,7 +95,6 @@ "django.core.context_processors.debug", "django.core.context_processors.request", "django.core.context_processors.media", - "django.core.context_processors.static", "django.contrib.messages.context_processors.messages", ) diff -r 21c592cac71c -r 02ae9a4a846a sg101/templates/accounts/register1.html --- a/sg101/templates/accounts/register1.html Sun Dec 06 14:48:30 2015 -0600 +++ b/sg101/templates/accounts/register1.html Sun Dec 06 21:49:39 2015 -0600 @@ -1,6 +1,7 @@ {% extends 'base.html' %} +{% load static from staticfiles %} {% block custom_js %} - + {% endblock %} {% block title %}New User Registration Step 2{% endblock %} {% block content %} diff -r 21c592cac71c -r 02ae9a4a846a sg101/templates/bandmap/bandmap_base.html --- a/sg101/templates/bandmap/bandmap_base.html Sun Dec 06 14:48:30 2015 -0600 +++ b/sg101/templates/bandmap/bandmap_base.html Sun Dec 06 21:49:39 2015 -0600 @@ -1,10 +1,11 @@ {% extends 'base.html' %} +{% load static from staticfiles %} {% block custom_css %} - + {% endblock %} {% block custom_js %} - + {% endblock %} {% block content %}

Surf Band Map

diff -r 21c592cac71c -r 02ae9a4a846a sg101/templates/base.html --- a/sg101/templates/base.html Sun Dec 06 14:48:30 2015 -0600 +++ b/sg101/templates/base.html Sun Dec 06 21:49:39 2015 -0600 @@ -9,31 +9,32 @@ {% load donations_tags %} {% load core_tags %} {% load cache %} +{% load static from staticfiles %} SurfGuitar101.com | {% block title %}{% endblock %} {% block custom_meta %}{% endblock %} - - + + - - + + {% script_tags "jquery" %} {% block custom_head %}{% endblock %} {% block custom_css %}{% endblock %} {% block custom_js %}{% endblock %} - - - + + + {% block begin_body %}{% endblock %}
{% include "navbar.html" %} @@ -51,7 +52,7 @@
  • Downloads
  • Forums
  • Guitar Instruction - New!
  • + New!
  • IRC
  • Member List
  • Member Map
  • @@ -63,7 +64,7 @@
  • Search
  • Store
  • Surf Band Map - New!
  • + New!
  • Wiki
  • Yahoo Group
  • @@ -100,47 +101,47 @@

    Please visit our friends in the surf music community:

    diff -r 21c592cac71c -r 02ae9a4a846a sg101/templates/bio/base.html --- a/sg101/templates/bio/base.html Sun Dec 06 14:48:30 2015 -0600 +++ b/sg101/templates/bio/base.html Sun Dec 06 21:49:39 2015 -0600 @@ -1,6 +1,7 @@ {% extends 'base.html' %} +{% load static from staticfiles %} {% block custom_css %} - + {% block bio_css %}{% endblock %} {% endblock %} {% block content %} diff -r 21c592cac71c -r 02ae9a4a846a sg101/templates/bio/edit_elsewhere.html --- a/sg101/templates/bio/edit_elsewhere.html Sun Dec 06 14:48:30 2015 -0600 +++ b/sg101/templates/bio/edit_elsewhere.html Sun Dec 06 21:49:39 2015 -0600 @@ -1,4 +1,5 @@ {% extends 'bio/base.html' %} +{% load static from staticfiles %} {% block title %}Edit Your Elsewhere Links{% endblock %} {% block content %}

    Edit Your Elsewhere Links

    @@ -7,7 +8,7 @@
    {% else %}
    - Report this message + Report this message Report this message for spam or abuse.
    {% endif %} diff -r 21c592cac71c -r 02ae9a4a846a sg101/templates/news/base.html --- a/sg101/templates/news/base.html Sun Dec 06 14:48:30 2015 -0600 +++ b/sg101/templates/news/base.html Sun Dec 06 21:49:39 2015 -0600 @@ -1,13 +1,14 @@ {% extends 'base.html' %} +{% load static from staticfiles %} {% block custom_head %} {% endblock %} {% block custom_css %} - + {% block news_css %}{% endblock %} {% endblock %} {% block content %} -

    SurfGuitar101 News & Articles News Feed

    +

    SurfGuitar101 News & Articles News Feed