PROBAR DJANGO
  • Inicio
  • Sobre Nosotros
  • Contacto
    {% if request.user.is_authenticated %}
  • Salir
  • {% else %}
  • Registrarte
  • {% endif %}
{% if not request.user.is_authenticated and not "/accounts/login" in request.get_full_path %}
{% csrf_token %}
{% endif %}