fix: Style buttons
This commit is contained in:
parent
1536bb302a
commit
25b748d2be
@ -10,12 +10,14 @@
|
|||||||
<input type="hidden" name="longitude" maxlength="200" id="longitude">
|
<input type="hidden" name="longitude" maxlength="200" id="longitude">
|
||||||
<input type="hidden" name="latitude" maxlength="200" id="latitude">
|
<input type="hidden" name="latitude" maxlength="200" id="latitude">
|
||||||
{{ search_form.as_p }}
|
{{ search_form.as_p }}
|
||||||
|
<div class="container-edit-buttons">
|
||||||
<button class="btn" type="submit" value="search" name="search">
|
<button class="btn" type="submit" value="search" name="search">
|
||||||
<i class="fas fa-search"></i> {% trans 'Suchen' %}
|
<i class="fas fa-search"></i> {% trans 'Suchen' %}
|
||||||
</button>
|
</button>
|
||||||
{% if searched %}
|
{% if searched %}
|
||||||
{% if subscribed_search %}
|
{% if subscribed_search %}
|
||||||
<button class="btn" type="submit" value="{{ subscribed_search.pk }}" name="unsubscribe_to_search">
|
<button class="btn" type="submit" value="{{ subscribed_search.pk }}"
|
||||||
|
name="unsubscribe_to_search">
|
||||||
<i class="fas fa-bell-slash"></i> {% trans 'Suche nicht mehr abonnieren' %}
|
<i class="fas fa-bell-slash"></i> {% trans 'Suche nicht mehr abonnieren' %}
|
||||||
</button>
|
</button>
|
||||||
{% else %}
|
{% else %}
|
||||||
@ -24,6 +26,7 @@
|
|||||||
</button>
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<div class="card half">
|
<div class="card half">
|
||||||
{% include "fellchensammlung/partials/partial-map.html" %}
|
{% include "fellchensammlung/partials/partial-map.html" %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user