diff --git a/pinaxcon/templates/static_pages/venue.html b/pinaxcon/templates/static_pages/venue.html new file mode 100644 index 0000000000000000000000000000000000000000..83689868655433b87882f83e58edb46516eb138d --- /dev/null +++ b/pinaxcon/templates/static_pages/venue.html @@ -0,0 +1,33 @@ +{% extends "page_with_title_and_lede.html" %} + +{% load i18n %} +{% load markdown_deux_tags %} + +{% block head_title %}Venue{% endblock %} + +{% block heading %}Venue{% endblock %} + +{% block body_class %}home{% endblock %} + +{% block body %} + +
+

CopyleftConf Venue

+
+ +
+

CopyleftConf will be held at:

+ +
La Tricoterie
+ 158, rue Théodore Verhaegen
+ 1060 Saint-Gilles
+ Belgium
+ +
+ +
+ +

View Larger Map

+
+ +{% endblock %}