File diff 08c8f23344a3 → e3f41b4b317f
pinaxcon/templates/site_base_wagtail.html
Show inline comments
 
{% extends "site_base.html" %}
 
{% load staticfiles %}
 
{% block extra_style %}{% endblock %}
 
{% block body_base %}
 
    <div style="height: 100px;" />
...
 
@@ -9,3 +10,7 @@
 
      {% endblock %}
 
    {% endblock %}
 
{% endblock %}
 

	
 
{% block scripts %}
 
<script src="{% static 'lca2017/js/app.js' %}" type="text/javascript"></script>
 
{% endblock %}