diff --git a/scram/templates/navbar.html b/scram/templates/navbar.html index bee63472..349c47ee 100644 --- a/scram/templates/navbar.html +++ b/scram/templates/navbar.html @@ -10,38 +10,39 @@ Search - + - - - {% trans "Entries" %} + + + {% trans "Entries" %} {% if request.user.is_superuser %} - - {% trans "Admin" %} + + {% trans "Admin" %} {% endif %} {% if user.is_authenticated %} - - {{ user.name }} + + {{ user.name }} - + Blocks:{{ active_block_entries }} - + {% csrf_token %} - Logout + Logout {% else %} - + Blocks:{{ active_block_entries }} - - Login + + Login + {% endif %} diff --git a/scram/templates/route_manager/home.html b/scram/templates/route_manager/home.html index fefffcaa..6e945d74 100644 --- a/scram/templates/route_manager/home.html +++ b/scram/templates/route_manager/home.html @@ -12,20 +12,30 @@ SCRAM {% if readwrite %} - + {% csrf_token %} - - - - {% for at in entries.keys %} - {% if at.available %} - {{ at }} - {% endif %} - {% endfor %} - - - - Add Entry + + + + + + + {% for at in entries.keys %} + {% if at.available %} + {{ at }} + {% endif %} + {% endfor %} + + + + + + + + + + Add Entry +