From 02dadd42ee3a37bed0b6c0ce435c64f0e3623bc2 Mon Sep 17 00:00:00 2001 From: Norberto-1958 <140639309+Norberto-1958@users.noreply.github.com> Date: Sun, 15 Oct 2023 16:57:13 -0300 Subject: [PATCH] Update base_template.html Cambio de imagen --- app/templates/base_template.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/base_template.html b/app/templates/base_template.html index 5bf1c8d..481d7d2 100644 --- a/app/templates/base_template.html +++ b/app/templates/base_template.html @@ -2,7 +2,7 @@ - {% block title %}{% endblock %} + Curso de Flask{% block title %}{% endblock %} @@ -17,13 +17,13 @@
  • {{ current_user.name }}
  • {% if current_user.is_admin %}
  • |
  • -
  • Admin
  • +
  • Administrador
  • {% endif %}
  • |
  • -
  • Logout
  • +
  • Salir
  • {% endif %} {% block content %}{% endblock %} - \ No newline at end of file +