course add lightbox now dismisses correctly #95
[oweals/karmaworld.git] / karmaworld / templates / footer.html
index 7349c47e858c69c083b25fd4c0ef7070d305bd79..7e3eeaab3fbf5d66ad1c3249e2add1b446563cea 100644 (file)
@@ -1,13 +1,15 @@
+{% load url from future %}
+
 <footer id="global_footer">
   <div class="row">
     <div id="footer_links_container" class="eleven columns offset-by-one">
-      <a href="/about">About</a>&nbsp;|&nbsp;<a href="/terms">Terms</a>&nbsp;|&nbsp;<a href="https://github.com/FinalsClub/karmaworld">Code</a>&nbsp;|&nbsp;<a href="http://www.reddit.com/r/KarmaNotes/">Discussion</a>&nbsp;<!--|&nbsp;<a href="#">Donate</a>-->
+      <a href="/about">About</a>&nbsp;|&nbsp;<a href="{% url 'terms' %}">Terms</a>&nbsp;|&nbsp;<a href="https://github.com/FinalsClub/karmaworld">Code</a>&nbsp;|&nbsp;<a href="http://www.reddit.com/r/KarmaNotes/">Discussion</a>&nbsp;<!--|&nbsp;<a href="#">Donate</a>-->
     </div><!--/footer_links_container-->
   </div>
   
   <div class="row">
     <div id="colophon" class="eleven columns offset-by-one">
-      <img src="/static/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-->