Will show x for deleting when allowed

This commit is contained in:
2020-08-26 21:59:21 +02:00
parent c8e46d42ee
commit d45724b774
2 changed files with 19 additions and 2 deletions

View File

@@ -28,10 +28,10 @@
<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>
<button class="LP-Button">Submit</button>
</div>
<div class="LP-Form__Field LP-Form__Button LP-Input">
<a class="LP-Link" href="{% url 'place_list' %}">
<a class="LP-Link" href="{% url 'place_detail' pk=place.id%}">
<button type="button" class="LP-Button LP-Button--cancel">Cancel</button>
</a>
</div>