Files @ 929388220cfc
Branch filter:

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

Joel Addison
Update speaker styling

Use site base template for all pages.
Fix speaker profile to work with Bootstrap 4.
1
2
3
4
5
6
7
8
9
{% extends "site_base.html" %}
{% load staticfiles %}


{% block body_outer %}
  {% block proposals_body %}
  {% endblock %}
{% endblock %}