From 57de1a8e146780b79c710fc04e9982d1d1db681f Mon Sep 17 00:00:00 2001 From: Erin Braswell Date: Tue, 29 May 2012 01:08:21 -0400 Subject: [PATCH] added login username to nav bar --- fowl/game/templates/base.html | 5 ++++- fowl/templates/registration/login.html | 17 ++++++----------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/fowl/game/templates/base.html b/fowl/game/templates/base.html index 96fea23..d8fd6fb 100644 --- a/fowl/game/templates/base.html +++ b/fowl/game/templates/base.html @@ -22,6 +22,7 @@ .other { float: right; margin-right:11em; } .score-container { float: right; margin-right:20em;} .nav { font-size: 120%; padding: 4px 0px;} + .nav.pull-right { font-size: 120%; padding: 4px 0px;} .matchform { border: 1px solid black; } @@ -54,12 +55,14 @@ {% endfor %} -
  • League
  • Events
  • Roster
  • {% endif %} + diff --git a/fowl/templates/registration/login.html b/fowl/templates/registration/login.html index 673b636..95e1da0 100644 --- a/fowl/templates/registration/login.html +++ b/fowl/templates/registration/login.html @@ -6,18 +6,13 @@

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

    {% endif %} -
    + {% csrf_token %} - - - - - - - - - -
    {{ form.username.label_tag }}{{ form.username }}
    {{ form.password.label_tag }}{{ form.password }}
    + + +{{ form.username }} + +{{ form.password }}