diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 30d091c..768bb61 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {%- macro bible_url(ref, bib_mod) -%} http://www.crosswire.org/study/passagestudy.jsp?key={{ ref.book - }}+{{ ref.chapter }}%3A{{ ref.verse }}{% if bib_mod %}&mod={{ bib_mod }}{%- endif %} + }}+{{ ref.chapter }}%3A{{ ref.verse }}&mod={{ bibMod }} {%- endmacro -%} {%- macro verses(word) -%} <p>{{ word.text }}</p> |