removing slash after all instances of {{ STATIC_URL }} template tag #66
[oweals/karmaworld.git] / karmaworld / templates / footer.html
1 {% load url from future %}
2
3 <footer id="global_footer">
4   <div class="row">
5     <div id="footer_links_container" class="eleven columns offset-by-one">
6       <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>-->
7     </div><!--/footer_links_container-->
8   </div>
9   
10   <div class="row">
11     <div id="colophon" class="eleven columns offset-by-one">
12       <img src="{{ STATIC_URL }}img/global_footer_cc_logo.png" id="cc_logo" alt="global_footer_cc_logo" width="30" height="30" align="left"/>
13       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>
14       <a href="/">KarmaNotes.org</a> is a non-profit project brought to you by the <a href="http://finalsclub.org">Finals Club Foundation</a>.
15     </div><!--/colophon-->
16   </div>
17 </footer><!--/global footer-->