From 35b666224a05fbd249b1c51a0a48fb95b246fe9a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:15:28 -0400 Subject: adding all files again --- templates/about.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/about.html (limited to 'templates/about.html') diff --git a/templates/about.html b/templates/about.html new file mode 100644 index 00000000..4655a641 --- /dev/null +++ b/templates/about.html @@ -0,0 +1,21 @@ + +{% extends "base_content.html" %} +{% load i18n %} +{% load extra_tags %} +{% load humanize %} +{% block title %}{% spaceless %}{% trans "About" %}{% endspaceless %}{% endblock %} +{% block forejs %} +{% endblock %} +{% block content %} +
+{% trans "About" %} +
+ +
+

edit file templates/about.html. Below are just suggestions of what can go here

+

what is your site for?

+

how does it work? what are roles of members?

+

is there a place to find out more about this website?

+
+{% endblock %} + -- cgit v1.2.3-1-g7c22