diff --git a/pinaxcon/templates/static_pages/about/colophon.html b/pinaxcon/templates/static_pages/about/colophon.html new file mode 100644 index 0000000000000000000000000000000000000000..78d7f8295d567bf70c93b1876cf102d0db978ae7 --- /dev/null +++ b/pinaxcon/templates/static_pages/about/colophon.html @@ -0,0 +1,18 @@ +{% extends "page_with_title_and_lede.html" %} + +{% load i18n %} + +{% block head_title %}Colophon{% endblock %} + +{% block heading %}Colophon{% endblock %} + +{% block body_class %}about{% endblock %} + +{% block content %} + + * Python logo attribution and copyright notice + * SFC copyright notices + * information about codebase inc. Django, Symposion, Registrasion + * COC attribution + +{% endblock %} \ No newline at end of file