X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/8a4bf3b0597b2489c66c8c9ff41c39f46d17dc3b..931867c3a0a3842dd9cad2a204ec79686deaf952:/wradmin/templates/master.html diff --git a/wradmin/templates/master.html b/wradmin/templates/master.html index a64cd9e..9d8275d 100644 --- a/wradmin/templates/master.html +++ b/wradmin/templates/master.html @@ -1,8 +1,9 @@ - + {% block head %} + {% block title %}{% endblock %} @@ -20,6 +21,11 @@
  • Rodelbahnen
  • Rodelbahnberichte
  • Gasthäuser
  • + {% if current_user.is_authenticated %} +
  • Logout
  • + {% else %} +
  • Login
  • + {% endif %} {% with messages = get_flashed_messages() %}