Implanted submit/cancel partial into templates.

This commit is contained in:
2020-09-28 22:12:39 +02:00
parent aa3922da50
commit 702ebd9137
5 changed files with 5 additions and 40 deletions

View File

@@ -39,14 +39,7 @@
</div>
<div class="LP-Form__Composition LP-Form__Composition--buttons">
<div class="LP-Form__Field LP-Form__Button LP-Input">
<button class="LP-Button">Create</button>
</div>
<div class="LP-Form__Field LP-Form__Button LP-Input">
<a class="LP-Link" href="{% url 'place_list' %}">
<button type="button" class="LP-Button LP-Button--cancel">Cancel</button>
</a>
</div>
{% include 'partials/form/submit.html' with referrer=request.META.HTTP_REFERER action='Create' %}
</div>
</fieldset>