Files @ 430d3dad99eb
Branch filter:

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

Patrick Altman
Fix up review nav
{% 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 %}