Changeset - 23503525a6f9
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-05-22 04:37:53
lukeman@gmail.com
rename block
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion_project/templates/site_base.html
Show inline comments
...
 
@@ -15,10 +15,10 @@
 
{% block footer %}
 
<div class="legal">
 
    {% include "_footer.html" %}
 
</div>
 
{% endblock %}
 

	
 
{% block extra_body_base %}
 
{% block extra_script %}
 
    {% analytics %}
 
    {% block extra_body %}{% endblock %}
 
{% endblock %}
...
 
\ No newline at end of file
0 comments (0 inline, 0 general)