Files @ 4c912da4aca6
Branch filter:

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

Rebecca Lovewell
Use {% load url from future %} in reviews templates

Using https://github.com/futurecolors/django-future-url
1
2
3
4
5
{% extends "site_base.html" %}

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