diff --git a/core/templates/core/add_project.html b/core/templates/core/add_project.html index b7656a1..2342664 100644 --- a/core/templates/core/add_project.html +++ b/core/templates/core/add_project.html @@ -1,28 +1,22 @@ {% extends 'base.html' %} {% load static %} -{% block title %}Dodaj Nowy Projekt - webFirma{% endblock %} +{% block title %}Dodaj Projekt - webFirma{% endblock %} {% block content %} -
-
-
-
-
-

Dodaj Nowy Projekt

-
-
-
- {% csrf_token %} - {{ form.as_p }} -
- Anuluj - -
-
-
-
-
-
+
+

Dodaj Nowy Projekt

-{% endblock %} + +
+
+
+
+ {% csrf_token %} + {{ form.as_p }} + +
+
+
+
+{% endblock %} \ No newline at end of file