add a one column layout to be used as a base for speakers / proposals
This commit is contained in:
parent
836166f4b3
commit
675b41eb15
1 changed files with 5 additions and 0 deletions
5
symposion_project/templates/site_base_onecolumn.html
Normal file
5
symposion_project/templates/site_base_onecolumn.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% extends "site_base.html" %}
|
||||
|
||||
{% block body_outer %}
|
||||
{% block body %}{% endblock %}
|
||||
{% endblock %}
|
Loading…
Reference in a new issue