Files @ 6fe3b8d3db2f
Branch filter:

Location: symposion_app/pinaxcon/templates/homepage.html

James Polley
Use correct name for the body block

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

{% load i18n %}

{% block head_title %}{% trans "Welcome" %}{% endblock %}

{% block body_class %}home{% endblock %}

{% block body %}
  {{ page.body }}
{% endblock %}