diff --git a/core/templates/base_public.html b/core/templates/base_public.html new file mode 100644 index 0000000..36ea136 --- /dev/null +++ b/core/templates/base_public.html @@ -0,0 +1,45 @@ + + + + + + {% block title %}webFirma{% endblock %} + {% if project_description %} + + + + {% endif %} + {% if project_image_url %} + + + {% endif %} + {% load static %} + + + + + + {% block head %}{% endblock %} + + + +
+
+ +
+ Login + Register +
+
+
+ {% block content %}{% endblock %} +
+
+ + + + diff --git a/core/templates/core/edit_project.html b/core/templates/core/edit_project.html new file mode 100644 index 0000000..b874bee --- /dev/null +++ b/core/templates/core/edit_project.html @@ -0,0 +1,22 @@ +{% extends 'base.html' %} +{% load static %} + +{% block title %}Edytuj Projekt - webFirma{% endblock %} + +{% block content %} +
+

Edytuj Projekt

+
+ +
+
+
+
+ {% csrf_token %} + {{ form.as_p }} + +
+
+
+
+{% endblock %} diff --git a/core/templates/core/index.html b/core/templates/core/index.html index b778504..62d9de6 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -11,7 +11,9 @@