Files @ 6c94eb9e91ee
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/homepage.html

Christopher Neugebauer
Adds Registrasion support to the templates and apps.
{% extends "site_base.html" %}

{% load i18n %}
{% load pinax_boxes_tags %}

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

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

{% block body %}
    {% box "homepage" %}
{% endblock %}