removing slash after all instances of {{ STATIC_URL }} template tag #66
authorCharles Holbrow <charlesholbrow@gmail.com>
Fri, 1 Feb 2013 17:31:32 +0000 (12:31 -0500)
committerCharles Holbrow <charlesholbrow@gmail.com>
Fri, 1 Feb 2013 17:31:32 +0000 (12:31 -0500)
karmaworld/templates/about.html
karmaworld/templates/base.html
karmaworld/templates/courses/course_detail.html
karmaworld/templates/courses/course_list.html
karmaworld/templates/footer.html
karmaworld/templates/header.html
karmaworld/templates/notes/note_detail.html
karmaworld/templates/terms.html

index e2b623bf4aa5d37024ffac256c93c25316df4c9a..5a998efa0d01c3511f7d793359c1028b30287df5 100644 (file)
@@ -3,7 +3,7 @@
 {% load humanize %}
 
 {% block pagestyle %}
-  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}/css/about.css">
+  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/about.css">
 {% endblock %}
 
 {% block title %}
index f209bd6a45ecc53639b23ca4d5177bebfc32d710..b3c31dc0af9885bf1ba0e1dc0fff17d61fc7ea6f 100644 (file)
@@ -5,10 +5,10 @@
   <meta charset="utf-8" />
   <title>KarmaNotes -- {% block title %}{% endblock %}</title>
        
-  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}/css/fontface/fontface.css">
-  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}/css/foundation.min.css">
-  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}/css/global.css">
-       <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}/css/lightbox.css">
+  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/fontface/fontface.css">
+  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/foundation.min.css">
+  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/global.css">
+       <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/lightbox.css">
        <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
   <link href="{{ STATIC_URL }}ajaxuploader/css/fileuploader.css" media="screen" rel="stylesheet" type="text/css" />
 
index 42c2fec11f4704ed5bd00740d024712c6399986b..43b1e3f0a3676fdc4f54f1b56be9cc6c9fa93d83 100644 (file)
@@ -3,9 +3,9 @@
 
 
 {% block pagescripts %}
-    <script src="{{ STATIC_URL }}/js/bootstrap-modal.js" ></script>
+    <script src="{{ STATIC_URL }}js/bootstrap-modal.js" ></script>
     <script src="{{ STATIC_URL }}ajaxuploader/js/fileuploader.js" ></script>
-    <script src="{{ STATIC_URL }}/js/lightboxupload.js" ></script>
+    <script src="{{ STATIC_URL }}js/lightboxupload.js" ></script>
     <script>
         $(function(){
             var uploader = new qq.FileUploader( {
@@ -36,7 +36,7 @@
 
 
 {% block pagestyle %}
-  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}/css/note_course_pages.css">
+  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/note_course_pages.css">
 {% endblock %}
 
 
@@ -95,7 +95,7 @@
               {% endif %}
             </div>
             <div id="course_meta_action_gear" class="six columns">
-              <img src="{{ STATIC_URL }}/img/course_action_gear.png" alt="course_action_gear" width="39" height="37" />
+              <img src="{{ STATIC_URL }}img/course_action_gear.png" alt="course_action_gear" width="39" height="37" />
             </div>
           </div>
         </div>
               <div class="activity_details_callout">
                 <div class="row">
                   <div class="one column">
-                    <img src="{{ STATIC_URL }}/img/dashboard_activity_callout_icon_notebook.png" alt="dashboard_activity_callout_icon_notebook" width="44" height="44" />
+                    <img src="{{ STATIC_URL }}img/dashboard_activity_callout_icon_notebook.png" alt="dashboard_activity_callout_icon_notebook" width="44" height="44" />
                   </div>
                   <div class="eleven columns activity_details_callout_copy">
 
index 3cbde4bf08cfc4944a67dcc15523639d3b96c4f2..ca77f53bab258db1b4085d6587f8657226504baa 100644 (file)
@@ -6,15 +6,15 @@
 {% endblock %}
 
 {% block pagestyle %}
-  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}/css/home.css">
-  <link rel="stylesheet" href="{{ STATIC_URL }}/css/responsive-tables.css">
-  <link rel="stylesheet" href="{{ STATIC_URL }}/css/table_sort.css">
+  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/home.css">
+  <link rel="stylesheet" href="{{ STATIC_URL }}css/responsive-tables.css">
+  <link rel="stylesheet" href="{{ STATIC_URL }}css/table_sort.css">
 {% endblock %}
 
 {% block pagescripts %}
-<script src="{{ STATIC_URL }}/js/jquery.tablesorter.min.js"></script>
-<script src="{{ STATIC_URL }}/js/jquery.tablesorter.widgets.min.js"></script>
-<script src="{{ STATIC_URL }}/js/bootstrap-modal.js" ></script>
+<script src="{{ STATIC_URL }}js/jquery.tablesorter.min.js"></script>
+<script src="{{ STATIC_URL }}js/jquery.tablesorter.widgets.min.js"></script>
+<script src="{{ STATIC_URL }}js/bootstrap-modal.js" ></script>
 <script>
 $(document).ready(function()
 {
index 7353a7c01c48e408fddb46cca8a0466908bc89d8..7e3eeaab3fbf5d66ad1c3249e2add1b446563cea 100644 (file)
@@ -9,7 +9,7 @@
   
   <div class="row">
     <div id="colophon" class="eleven columns offset-by-one">
-      <img src="{{ STATIC_URL }}/img/global_footer_cc_logo.png" id="cc_logo" alt="global_footer_cc_logo" width="30" height="30" align="left"/>
+      <img src="{{ STATIC_URL }}img/global_footer_cc_logo.png" id="cc_logo" alt="global_footer_cc_logo" width="30" height="30" align="left"/>
       All content on this site is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons</a> Attribution-ShareAlike 3.0 Unported License.<br>
       <a href="/">KarmaNotes.org</a> is a non-profit project brought to you by the <a href="http://finalsclub.org">Finals Club Foundation</a>.
     </div><!--/colophon-->
index 186f3963eba07d03a91257a953861cb7006e12d6..217685436248cf6821e8df02952b689a108cfbb6 100644 (file)
@@ -5,7 +5,7 @@
     <div class="row">
       <div id="logo_container" class="two columns offset-by-one">
         <a href="/">
-          <img src="{{ STATIC_URL }}/img/global_header_logo.png" alt="global_header_logo" width="144" height="17" />
+          <img src="{{ STATIC_URL }}img/global_header_logo.png" alt="global_header_logo" width="144" height="17" />
         </a>
       </div><!--/logo container-->
 
@@ -20,7 +20,7 @@
       {% comment %}
       <div id="login_container" class="three columns offset-by-four end">
         <span id="login_toggle">
-          LOGIN/SIGNUP <img src="{{ STATIC_URL }}/img/global_header_login_menu_arrow.png" alt="Open Login" id="login_arrow" width="9" height="6" />
+          LOGIN/SIGNUP <img src="{{ STATIC_URL }}img/global_header_login_menu_arrow.png" alt="Open Login" id="login_arrow" width="9" height="6" />
         </span>
 
         <div id="login_box" style="display:none">
@@ -36,7 +36,7 @@
               <div class="row" id="login_fb">
                 <div class="twelve columns">
                   <a href="{# url 'socialauth_begin' 'facebook' #}">
-                    <img src="{{ STATIC_URL }}/img/global_header_login_fbbtn.png" alt="global_header_login_fbbtn" width="223" height="45" />
+                    <img src="{{ STATIC_URL }}img/global_header_login_fbbtn.png" alt="global_header_login_fbbtn" width="223" height="45" />
                   </a>
                 </div>
               </div><!--/login_fb-->
@@ -94,7 +94,7 @@
         <div class="row">
           <div class="five columns">
             <a href="/">
-              <img src="{{ STATIC_URL }}/img/global_header_logo.png" alt="global_header_logo" width="144" height="17" />
+              <img src="{{ STATIC_URL }}img/global_header_logo.png" alt="global_header_logo" width="144" height="17" />
             </a>
           </div>
           <div class="seven columns">
           <div class="row">
 
             <div class="five columns half-padding" id="global_header_addnote">
-              <img src="{{ STATIC_URL }}/img/global_header_plusnote.png" alt="global_header_plusnote" width="115" height="67" />
+              <img src="{{ STATIC_URL }}img/global_header_plusnote.png" alt="global_header_plusnote" width="115" height="67" />
             </div><!-- /global_header_addnote -->
 
             <div class="four columns half-padding" id="global_header_mycourses">
 
               <div class="row">
                 <div class="twelve columns" id="global_header_mycourses_copy">
-                  My Courses <img src="{{ STATIC_URL }}/img/global_header_login_menu_arrow.png" alt="global_header_login_menu_arrow" width="9" height="6" />
+                  My Courses <img src="{{ STATIC_URL }}img/global_header_login_menu_arrow.png" alt="global_header_login_menu_arrow" width="9" height="6" />
                 </div><!-- /global_header_mycourses_copy -->
               </div>
 
 
               <div class="row">
                 <div class="twelve columns" id="global_header_add_course" style="display:none;">
-                  <img src="{{ STATIC_URL }}/img/global_header_add_course.png" alt="global_header_add_course" width="132" height="20" />
+                  <img src="{{ STATIC_URL }}img/global_header_add_course.png" alt="global_header_add_course" width="132" height="20" />
                 </div><!-- /global_header_add_course -->
               </div>
 
                     {{ user.get_profile.karma }}
                   </div>
                   <div class="one column half-padding" id="global_header_arrow_container">
-                    <img src="{{ STATIC_URL }}/img/global_header_login_menu_arrow.png" alt="global_header_login_menu_arrow" width="9" height="6" />
+                    <img src="{{ STATIC_URL }}img/global_header_login_menu_arrow.png" alt="global_header_login_menu_arrow" width="9" height="6" />
                   </div>
                 </div>
               </div><!-- /global_haader_avatar_menu -->
                   </div>
                   <div id="global_header_avatar_moreinfo_gear" class="three columns">
                     <a href="{% url 'dashboard' %}">
-                      <img src="{{ STATIC_URL }}/img/global_header_gear.png" alt="global_header_gear" width="12" height="14" />
+                      <img src="{{ STATIC_URL }}img/global_header_gear.png" alt="global_header_gear" width="12" height="14" />
                     </a>
                   </div><!-- /global_header_avatar_moreinfo_gear -->
                 </div>
                   <div class="twelve columns" id="global_header_avatar_moreinfo_mynotes">
                     <a href="/accounts/logout/">log out</a>
                     <!-- disabling link to my notes
-                    <img src="{{ STATIC_URL }}/img/global_header_my_notes.png" alt="global_header_my_notes" width="105" height="20" />
+                    <img src="{{ STATIC_URL }}img/global_header_my_notes.png" alt="global_header_my_notes" width="105" height="20" />
                     -->
                   </div><!-- /global_header_add_course -->
                 </div>
index 902fcb9ac97ece21d5b2152b7b3163550d0eb150..a2f1bb2f626d5bbe86a7cd73188823e9ec2e3f35 100644 (file)
@@ -2,7 +2,7 @@
 {% load url from future %}
 
 {% block pagestyle %}
-  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}/css/note_course_pages.css">
+  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/note_course_pages.css">
 {% endblock %}
 
 {% block pagescripts %}
@@ -37,7 +37,7 @@
         <div id="note_back_to_course" class="twelve columns">
           <a href="{{ note.course.get_absolute_url }}">
             {# TODO: style this not like a link #}
-            <img src="{{ STATIC_URL }}/img/search_arrow_left.png" alt="search_arrow_left" width="5" height="10" />&nbsp;back to {{ note.course.name }}
+            <img src="{{ STATIC_URL }}img/search_arrow_left.png" alt="search_arrow_left" width="5" height="10" />&nbsp;back to {{ note.course.name }}
           </a>
 
         </div>
           {% if not owns_file %}
           <div class="row">
             <div class="six column thank" {% if has_voted %} style="display:none" {% endif %} data-id={{ file.id }}>
-              <img src="{{ STATIC_URL }}/img/note_thank.png" alt="note_thank" width="34" height="34" />
+              <img src="{{ STATIC_URL }}img/note_thank.png" alt="note_thank" width="34" height="34" />
             </div>
             <div class="six column flag" {% if has_voted %} style="display:none" {% endif %} data-id={{ file.id }}>
-               <img src="{{ STATIC_URL }}/img/note_flag.png" alt="note_flag" width="25" height="35" />
+               <img src="{{ STATIC_URL }}img/note_flag.png" alt="note_flag" width="25" height="35" />
             </div>
             <div class="twelve column voted_message" data-id={{ file.id }} {% if not has_voted %} style="display:none" {% endif %}>
               You've
@@ -99,7 +99,7 @@
             </div>
             <!-- disabling downloads for now -->
             <div class="four column">
-              <img src="{{ STATIC_URL }}/img/note_download.png" alt="note_download" width="51" height="36" />
+              <img src="{{ STATIC_URL }}img/note_download.png" alt="note_download" width="51" height="36" />
             </div>
           </div>
           {% endif %} <!-- not owns_file -->
index a94fd1496a947d7a5135dd6a2cb84e64de47e600..b062a70f570cbd282742f6689967245566c38904 100644 (file)
@@ -3,7 +3,7 @@
 {% load humanize %}
 
 {% block pagestyle %}
-  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}/css/about.css">
+  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/about.css">
 {% endblock %}