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 }}