{% extends "base.html" %} {% block maincontent %}
Dodawanie nowego utworu:
{% if other_errors %}
{% for error in other_errors %}
{{ error }}
{% endfor %}
{% endif %}
{{ form.as_p }}
Dodaj książkę
{% endblock maincontent %}