Files @ d89bee5e9f37
Branch filter:

Location: copyleftconf-website-fork/pinaxcon/templates/static_pages/proposals.html

Joshua Simmons
oops, sloppy josh is sloppy - pointing to right html files
{% extends "site_base.html" %}

{% load i18n %}

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

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

{% block body %}

{% endblock %}