From: yomguy Date: Tue, 10 Jul 2012 09:58:03 +0000 (+0200) Subject: add help page X-Git-Tag: 0.7-dev~21 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=12d85a623060bfc7197b5a3c98642297c60a06ee;p=teleforma.git add help page --- diff --git a/teleforma/templates/teleforma/help.html b/teleforma/templates/teleforma/help.html new file mode 100644 index 00000000..cf68864a --- /dev/null +++ b/teleforma/templates/teleforma/help.html @@ -0,0 +1,32 @@ +{% extends "teleforma/base.html" %} +{% load telemeta_utils %} +{% load teleforma_tags %} +{% load i18n %} + +{% block content %} + + + +{% block modules %} +
+
+

index{% trans "Help" %}

+
+ +
+
+
+{% endblock %} + +
+{{ page_content|render_flatpage }} +
+ +{% endblock %} +