feat: use card form for search
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
{% load i18n %}
|
||||
|
||||
{% block content %}
|
||||
<form method="post">
|
||||
<form class="form-search card" method="post">
|
||||
{% csrf_token %}
|
||||
<input type="hidden" name="longitude" maxlength="200" id="longitude">
|
||||
<input type="hidden" name="latitude" maxlength="200" id="latitude">
|
||||
{{ search_form.as_p }}
|
||||
<input class="btn2" type="submit" value="Search" name="search">
|
||||
<input class="btn" type="submit" value="Search" name="search">
|
||||
</form>
|
||||
{% include "fellchensammlung/lists/list-adoption-notices.html" %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user