Update web/templates/entry_view.html
This commit is contained in:
parent
32f81c4048
commit
05a7be7d4f
@ -115,7 +115,7 @@
|
||||
<div class="meta-value" id="scripture-text">
|
||||
{% if scripture_list %}
|
||||
{% for sc in scripture_list %}
|
||||
<a class="chip chip-link"
|
||||
<a class="chip chip-link scripture-pill"
|
||||
href="https://wol.jw.org/en/wol/l/r1/lp-e?q={{ sc|urlencode }}"
|
||||
target="_blank" rel="noopener noreferrer">{{ sc }}</a>
|
||||
{% endfor %}
|
||||
@ -662,4 +662,7 @@ function showToast(message, duration = 3000) {
|
||||
})();
|
||||
</script>
|
||||
|
||||
<!-- NEW: Scripture pill popup + NWT Study Bible deep-linking -->
|
||||
<script src="{% static 'js/scripture-actions.v1.js' %}"></script>
|
||||
|
||||
{% endblock %}
|
||||
Loading…
Reference in New Issue
Block a user