More Cancel-Buttons. (create_place, update_place).
This commit is contained in:
parent
313748f5ac
commit
bc484b9ff9
@ -39,6 +39,9 @@
|
||||
</div>
|
||||
|
||||
<div class="LP-Form__Composition">
|
||||
<a href="{% url 'place_list' %}"
|
||||
<button class="LP-Button LP-Button--cancel">Cancel</button>
|
||||
</a>
|
||||
<input type="submit" class="LP-Button" value="Abschicken"/>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
@ -39,6 +39,9 @@
|
||||
</div>
|
||||
|
||||
<div class="LP-Form__Composition">
|
||||
<a href="{% url 'place_detail' pk=place.pk %}"
|
||||
<button class="LP-Button LP-Button--cancel">Cancel</button>
|
||||
</a>
|
||||
<input type="submit" class="LP-Button" value="Submit"/>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
Loading…
Reference in New Issue
Block a user