From 321df5d00922324f72bcbb394154847773cdc307 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Wed, 17 Dec 2025 18:46:51 +0000 Subject: [PATCH] fix add project --- core/templates/core/add_project.html | 38 ++++++++++++---------------- 1 file changed, 16 insertions(+), 22 deletions(-) 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