Files @ 3c5a14c97b6f
Branch filter:

Location: symposion_app/pinaxcon/templates/homepage.html

Sachi King
require django-bootstrap-forms

While pinax-theme-bootstrap pulls this in, we use this directly too, so
we need to put this into our top level reqs too.
{% extends "site_base.html" %}

{% load i18n %}

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

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

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