Compare commits
3 Commits
147c0e8dfe
...
bc484b9ff9
Author | SHA1 | Date | |
---|---|---|---|
bc484b9ff9 | |||
313748f5ac | |||
8b01bbb2ce |
@ -39,6 +39,9 @@
|
||||
</div>
|
||||
|
||||
<div class="LP-Form__Composition">
|
||||
<a href="{% url 'place_list' %}"
|
||||
<button class="LP-Button LP-Button--cancel">Cancel</button>
|
||||
</a>
|
||||
<input type="submit" class="LP-Button" value="Abschicken"/>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
@ -10,11 +10,14 @@
|
||||
<legend class="LP-Form__Legend">Place löschen</legend>
|
||||
{% csrf_token %}
|
||||
<div class="LP-Form__Composition LP-Form__Composition--breakable">
|
||||
<p class="LP-Paragraph">Are you sure you want to delete "{{place.name}}"?</p>
|
||||
<div class="LP-Form__Composition">
|
||||
<input type="submit" class="LP-Button" value="Löschen"/>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<p class="LP-Paragraph">Are you sure you want to delete "{{place.name}}"?</p>
|
||||
<div class="LP-Form__Composition">
|
||||
<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="Delete"/>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
{% endblock maincontent %}
|
@ -39,6 +39,9 @@
|
||||
</div>
|
||||
|
||||
<div class="LP-Form__Composition">
|
||||
<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"/>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
Loading…
Reference in New Issue
Block a user