fix add project
This commit is contained in:
parent
e66f46b117
commit
321df5d009
@ -1,28 +1,22 @@
|
|||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% block title %}Dodaj Nowy Projekt - webFirma{% endblock %}
|
{% block title %}Dodaj Projekt - webFirma{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container mt-5">
|
<div class="main-header">
|
||||||
<div class="row justify-content-center">
|
<h1>Dodaj Nowy Projekt</h1>
|
||||||
<div class="col-md-8">
|
</div>
|
||||||
<div class="card shadow-sm">
|
|
||||||
<div class="card-header bg-primary text-white">
|
<div class="content-grid">
|
||||||
<h1 class="h3 mb-0">Dodaj Nowy Projekt</h1>
|
<div class="project-card">
|
||||||
</div>
|
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<form method="post" novalidate>
|
<form method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form.as_p }}
|
{{ form.as_p }}
|
||||||
<div class="d-grid gap-2 d-md-flex justify-content-md-end">
|
<button type="submit" class="btn btn-primary">Zapisz projekt</button>
|
||||||
<a href="{% url 'index' %}" class="btn btn-secondary me-md-2">Anuluj</a>
|
|
||||||
<button type="submit" class="btn btn-primary">Zapisz Projekt</button>
|
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Loading…
x
Reference in New Issue
Block a user