2020-10-11 00:26:10 +02:00
|
|
|
{% load i18n %}
|
2020-09-28 21:54:09 +02:00
|
|
|
<div class="LP-Form__Field LP-Form__Button LP-Input">
|
2021-04-02 22:06:52 +02:00
|
|
|
<button class="LP-Button">{% if action %}{{ action }}{% else %}{% translate 'Submit' %}{% endif %}</button>
|
2020-09-28 21:54:09 +02:00
|
|
|
</div>
|
|
|
|
<div class="LP-Form__Field LP-Form__Button LP-Input">
|
2020-09-28 22:10:07 +02:00
|
|
|
<a class="LP-Link" href="{% if referer %}{{ referer }}{% else %}{% url 'lostplaces_home' %}{% endif %}">
|
2021-04-02 22:06:52 +02:00
|
|
|
<button type="button" class="LP-Button LP-Button--cancel">{% translate 'Cancel' %}</button>
|
2020-09-28 21:54:09 +02:00
|
|
|
</a>
|
|
|
|
</div>
|