Update web/templates/entry_view.html
This commit is contained in:
parent
d08107e22a
commit
353e3ec870
@ -187,6 +187,12 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<script>
|
||||
// JS-literal fallback (works even if Django prints single quotes)
|
||||
window.__lastSearchQ = "{{ last_search_q|escapejs }}";
|
||||
window.__lastSearchFields = {{ last_search_fields|default:"[]"|safe }};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.subject-pills{
|
||||
display:flex;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user