File diff f4343a097ab9 → f495422d05de
pinaxcon/templates/static_pages/about/colophon.html
Show inline comments
 
new file 100644
 
{% 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