Implement choosing source in search form

This commit is contained in:
2022-08-03 23:26:22 +01:00
parent fc86aae119
commit 75e9831d1c
6 changed files with 82 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
{% load static %}
{% load index %}
{% include 'partials/notify.html' %}
{% if results is not None %}
<div style="display: none" id="jsonData" data-json="{{ data }}">
</div>