More buttons
This commit is contained in:
parent
f9fd9d68a7
commit
5009b778f7
@ -37,13 +37,17 @@
|
|||||||
{% include 'partials/form/inputField.html' with field=form.filename %}
|
{% include 'partials/form/inputField.html' with field=form.filename %}
|
||||||
</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 type="button" class="LP-Button LP-Button--cancel">Cancel</button>
|
<button class="LP-Button">Update</button>
|
||||||
</a>
|
</div>
|
||||||
<input type="submit" class="LP-Button" value="Submit"/>
|
<div class="LP-Form__Field LP-Form__Button LP-Input">
|
||||||
</div>
|
<a class="LP-Link" href="{% url 'place_detail' pk=place.pk %}">
|
||||||
|
<button type="button" class="LP-Button LP-Button--cancel">Cancel</button>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user