More Form frickelei

This commit is contained in:
2020-08-12 18:27:44 +02:00
parent cbcfda3726
commit f9fd9d68a7
2 changed files with 52 additions and 38 deletions

View File

@@ -38,12 +38,16 @@
</div>
</div>
<div class="LP-Form__Composition">
<a href="{% url 'place_list' %}">
<button type="button" class="LP-Button LP-Button--cancel">Cancel</button>
</a>
<input type="submit" class="LP-Button" value="Abschicken"/>
</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>
</div>
</fieldset>
</form>