Files @ f4d0eda48514
Branch filter:

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

Christopher Neugebauer
Merge pull request #33 from northbaypython/josh/copy

clean up copy, address basic accessibility concerns, tweaks to nav board and dashboard
{% extends "site_base.html" %}

{% load i18n %}

{% block head_title %}Welcome{% endblock %}

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

{% block body %}

{% endblock %}