Files @ 9851cbb1a0d6
Branch filter:

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

Tobias Schulmann
Fix typo on homepage
1
2
3
4
5
6
7
8
9
{% extends "utility_page.html" %}
{% load staticfiles %}


{% block utility_body %}
  {% block proposals_body %}
  {% endblock %}
{% endblock %}