More markup errors.
This commit is contained in:
parent
70ee70b50f
commit
118c48cd66
@ -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"/>
|
||||
|
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user