Files @ 921da655b8cc
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/static_pages/about.html

Christopher Neugebauer
Splits up requirements.txt to move stuff into base and heroku requirements files

Adds heroku dependencies
{% extends "site_base.html" %}

{% load i18n %}

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

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

{% block body %}

{% endblock %}