From eb4995eebba70f0c999e4febd09a9ec4f0afaa2d Mon Sep 17 00:00:00 2001 From: Adarnof Date: Sat, 7 Nov 2015 00:07:16 +0000 Subject: [PATCH] Standardized background rendering across all templates. Added logo image field on index. --- templates/public/index.html | 28 ++++++++++++------- templates/public/login.html | 5 +++- templates/public/register.html | 5 +++- .../registration/password_reset_complete.html | 5 +++- .../registration/password_reset_confirm.html | 5 +++- .../registration/password_reset_done.html | 5 +++- .../registration/password_reset_form.html | 5 +++- 7 files changed, 42 insertions(+), 16 deletions(-) diff --git a/templates/public/index.html b/templates/public/index.html index 98ea531a..3df0d7b4 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -1,7 +1,7 @@ {% load staticfiles %} - The 99 Percent Eve Alliance + No Handlebars. +

@@ -40,16 +54,10 @@

- +

- -

- - - -

- \ No newline at end of file + diff --git a/templates/public/login.html b/templates/public/login.html index c6e05a8f..28eef237 100644 --- a/templates/public/login.html +++ b/templates/public/login.html @@ -23,7 +23,10 @@