Files @ 3118e4c11c59
Branch filter:

Location: symposion_app/pinaxcon/templates/homepage.html

Christopher Neugebauer
Friday fixes (#36)

* Monkey-patches a version of send_email that allows BCCs into the django accounts signup process. wtf, etc.

* Adds alt-text to site header

* Favicon.
{% extends "site_base.html" %}

{% load i18n %}

{% load wagtailcore_tags %}

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

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

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