Files @ 6fe3b8d3db2f
Branch filter:

Location: symposion_app/pinaxcon/templates/site_dark.html

James Polley
Use correct name for the body block

Somewhere along the line this seems to have changed from body to body_outer
1
2
3
4
{% extends "site_base.html" %}

{% block navbar %}{% include 'nav.html' with color='green' %}{% endblock %}
{% block body_class %}bg-primary text-secondary{% endblock body_class %}