Files @ 7668acceb6b3
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/site_base_home.html

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

add contact info for code of conduct
1
2
3
4
5
6
7
8
{% extends "site_base.html" %}


{% block body_base %}
    {% include "_messages.html" %}
    {% block body %}
    {% endblock %}
{% endblock %}