Markup Errro

This commit is contained in:
reverend 2020-08-12 15:51:17 +02:00
parent bc484b9ff9
commit 70ee70b50f

View File

@ -12,7 +12,7 @@
<div class="LP-Form__Composition LP-Form__Composition--breakable"> <div class="LP-Form__Composition LP-Form__Composition--breakable">
<p class="LP-Paragraph">Are you sure you want to delete "{{place.name}}"?</p> <p class="LP-Paragraph">Are you sure you want to delete "{{place.name}}"?</p>
<div class="LP-Form__Composition"> <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> <button class="LP-Button LP-Button--cancel">Cancel</button>
</a> </a>
<input type="submit" class="LP-Button" value="Delete"/> <input type="submit" class="LP-Button" value="Delete"/>