Files @ d3a8b39a7b01
Branch filter:

Location: symposion_app/pinaxcon/templates/symposion/proposals/base.html

Christopher Neugebauer
Adds 2em to the bottom of the illustration div in compact panels (#26)
1
2
3
4
5
6
{% extends "site_base.html" %}
{% load staticfiles %}

{% block extra_script %}
<script src="{% static 'js/site-92ae8d0d6c.js' %}" type="text/javascript"></script>
{% endblock %}