{% extends "auth/base.html" %} {% from "macros/forms.html" import render_form %} {% block headpagetitle %}Logowanie redaktora BIP{% endblock %} {% block content %}

Logowanie redaktora BIP

{{ render_form(form, request.full_path) }} {% endblock %}