From c621b32b3ff5139e52e9d44aacd4e53ac9833ffb Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Mon, 4 Jul 2011 03:40:28 +0530 Subject: [PATCH] front pages --- edgware/static/css/files/browse.css | 1 - edgware/static/css/files/login.css | 6 ++++++ edgware/templates/main/faq.html | 3 +-- edgware/templates/registration/login.html | 15 +++++++++++++++ 4 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 edgware/static/css/files/login.css diff --git a/edgware/static/css/files/browse.css b/edgware/static/css/files/browse.css index 692919d..0ba14b5 100644 --- a/edgware/static/css/files/browse.css +++ b/edgware/static/css/files/browse.css @@ -9,7 +9,6 @@ width: 30%; font-size: 14px; float:left; overflow: hidden; -padding: 10px; } #browseArticlesright { diff --git a/edgware/static/css/files/login.css b/edgware/static/css/files/login.css new file mode 100644 index 0000000..86d20f5 --- /dev/null +++ b/edgware/static/css/files/login.css @@ -0,0 +1,6 @@ +#loginWrapper { + padding: 18px 0 18px 100px; + overflow: auto; + text-align: center; + } + diff --git a/edgware/templates/main/faq.html b/edgware/templates/main/faq.html index 2076c12..f3bc04b 100644 --- a/edgware/templates/main/faq.html +++ b/edgware/templates/main/faq.html @@ -14,8 +14,7 @@ {% block content %}
-

FAQs
-

+
FAQs

Q. Does one need to login in order to use the printing tools?
A. Yes, this is required to establish which documents you have permissions to modify or edit. To do this anonymously, use username: "guest", password: "guest".


Q. Why the name and url edgwareroad.org?
diff --git a/edgware/templates/registration/login.html b/edgware/templates/registration/login.html index 120c2f5..10e7473 100644 --- a/edgware/templates/registration/login.html +++ b/edgware/templates/registration/login.html @@ -1,8 +1,23 @@ {% extends 'main_base.html' %} +{% block title %} + Login +{% endblock %} + +{% block extra_head %} + +{% endblock %} + +{% block pageTitle %} + Login +{% endblock %} + {% block content %} +

{{ form.as_ul }}
+
+ {% endblock %}