From 17e2dae7ebf60f344cea67c4e45b41b7ee03de35 Mon Sep 17 00:00:00 2001 From: Jake Dahn Date: Mon, 31 Jan 2011 20:32:03 -0600 Subject: [PATCH] Filling in some preliminary content for styling --- dashboard/templates/index.html | 60 +++++++++++++++++++--------------- 1 file changed, 34 insertions(+), 26 deletions(-) diff --git a/dashboard/templates/index.html b/dashboard/templates/index.html index 54bd34cacf..da1d74618a 100644 --- a/dashboard/templates/index.html +++ b/dashboard/templates/index.html @@ -8,14 +8,8 @@ {% block content %} {% if request.user.is_authenticated %} @@ -33,24 +27,38 @@ {% else %} -
-

Sign In

-
- {% csrf_token %} -
- {% if form.errors %} -

Your username and password didn't match. Please try again.

- {% endif %} - - - - -
-
-
+
+

Sign In

+
+ {% csrf_token %} +
+ {% if form.errors %} +

Your username and password didn't match. Please try again.

+ {% endif %} + + + + +
+
+
+ {% if not request.user.is_authenticated %} +
+

Get started.

+

Register

+
+ {% endif %} +
+

OpenStack Resources

+ +
{% endif %} {% endblock %}