X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/82c38a77943cf91a084429bf10740edffbd0c195..2f9cb34a07fcd98effda2fa900e48c31813f14c8:/apps/organizations/templates/organizations/new.html diff --git a/apps/organizations/templates/organizations/new.html b/apps/organizations/templates/organizations/new.html new file mode 100644 index 00000000..101fa3b7 --- /dev/null +++ b/apps/organizations/templates/organizations/new.html @@ -0,0 +1,42 @@ +{% extends "catalogue/base.html" %} +{% load i18n %} + +{% block inner_content %} + +

{% trans "Create a new organization" %}

+ + +
+ {% csrf_token %} + {{ form.non_field_errors }} + + {{ form.name.errors }} + + + {{ form.logo.errors }} +
+ {{ form.logo }} +
+ + {{ form.country.errors }} + + + {{ form.www.errors }} + + + {{ form.description.errors }} + + + {{ form.projects.errors }} + + {% trans "Enter each line as: URL language description" %}
+ + +
+ + +{% endblock %}