Files @ bfd2925c6015
Branch filter:

Location: symposion_app/symposion/templates/proposals/base.html - annotation

Rebecca
Merge pull request #3 from pyohio/pyflakes

Pyflakes clean
1
2
3
4
5
{% extends "site_base.html" %}

{% block body_outer %}
    {% block body %}{% endblock %}
{% endblock %}