More buttons
This commit is contained in:
parent
f9fd9d68a7
commit
5009b778f7
@ -38,11 +38,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="LP-Form__Composition">
|
<div class="LP-Form__Composition LP-Form__Composition--buttons">
|
||||||
<a href="{% url 'place_detail' pk=place.pk %}">
|
<div class="LP-Form__Field LP-Form__Button LP-Input">
|
||||||
|
<button class="LP-Button">Update</button>
|
||||||
|
</div>
|
||||||
|
<div class="LP-Form__Field LP-Form__Button LP-Input">
|
||||||
|
<a class="LP-Link" href="{% url 'place_detail' pk=place.pk %}">
|
||||||
<button type="button" class="LP-Button LP-Button--cancel">Cancel</button>
|
<button type="button" class="LP-Button LP-Button--cancel">Cancel</button>
|
||||||
</a>
|
</a>
|
||||||
<input type="submit" class="LP-Button" value="Submit"/>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user