More markup errors.

This commit is contained in:
Marcus Scholz 2020-08-12 16:16:52 +02:00
parent 70ee70b50f
commit 118c48cd66
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
</div>
<div class="LP-Form__Composition">
<a href="{% url 'place_list' %}"
<a href="{% url 'place_list' %}">
<button class="LP-Button LP-Button--cancel">Cancel</button>
</a>
<input type="submit" class="LP-Button" value="Abschicken"/>

View File

@ -39,7 +39,7 @@
</div>
<div class="LP-Form__Composition">
<a href="{% url 'place_detail' pk=place.pk %}"
<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"/>