feat: further restructure search
This commit is contained in:
parent
5624f59258
commit
23e154bce6
@ -6,9 +6,11 @@
|
||||
{% block content %}
|
||||
{% get_current_language as LANGUAGE_CODE_CURRENT %}
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
<div class="column is-two-thirds">
|
||||
<div style="height: 50vh">
|
||||
{% include "fellchensammlung/partials/bulma-partial-map.html" %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<form class="block" method="post">
|
||||
{% csrf_token %}
|
||||
@ -44,7 +46,10 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="">
|
||||
{% include "fellchensammlung/lists/bulma-list-adoption-notices.html" %}
|
||||
</div>
|
||||
|
||||
<script>
|
||||
const locationInput = document.getElementById('id_location_string');
|
||||
|
Loading…
x
Reference in New Issue
Block a user