diff -r cb62df6e4e77 -r 90e47d2a2c40 templates/competition.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/competition.html Sun Jan 19 12:12:17 2014 +0100 @@ -0,0 +1,8 @@ +{% extends "theme.html" %} +{% block body %} +
+
+ {{ content|safe }} +
+
+{% endblock %}