Files @ a0e0a142e4e6
Branch filter:

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

Christopher Neugebauer
Adds “generate cancellation fee” button to credit notes page.
{% 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 %}