add proposals base
This commit is contained in:
parent
11e27997db
commit
a5eb8a62e5
1 changed files with 5 additions and 0 deletions
5
symposion_project/templates/proposals/base.html
Normal file
5
symposion_project/templates/proposals/base.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% extends "site_base_onecolumn.html" %}
|
||||
|
||||
{% block body_outer %}
|
||||
{% block body %}{% endblock %}
|
||||
{% endblock %}
|
Loading…
Reference in a new issue