diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-10-18 07:10:19 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-10-18 07:15:56 +0200 |
commit | 00948ed005dfbc702b78c6e63d0327e48688effc (patch) | |
tree | 150bc9ef5685ca118953f1102b9180796be5977b /templates/czech.html | |
parent | 45fc7f9dad3096ea07eba0cce8b791c915f3ceda (diff) | |
download | hesla-00948ed005dfbc702b78c6e63d0327e48688effc.tar.gz |
Use CzeCEP for Czech Bible references.
Diffstat (limited to 'templates/czech.html')
-rw-r--r-- | templates/czech.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/czech.html b/templates/czech.html index 405d937..f987743 100644 --- a/templates/czech.html +++ b/templates/czech.html @@ -1,4 +1,4 @@ -{% macro bible_url(ref) %}http://www.crosswire.org/study/passagestudy.jsp?key={{ ref.book }}+{{ ref.chapter }}%3A{{ ref.verse }}{% endmacro %} +{% macro bible_url(ref, mod) %}http://www.crosswire.org/study/passagestudy.jsp?key={{ ref.book }}+{{ ref.chapter }}%3A{{ ref.verse }}&mod={{ mod }}{% endmacro %} <!DOCTYPE html> <html manifest="hesla.appcache"> <head> @@ -19,7 +19,7 @@ </header> {% for wword in art.watchwords %} <p>{{ wword.text }}</p> - <p class="reference"><a href="{{ bible_url(wword.ref_id) }}">{{ wword.ref }}</a></p> + <p class="reference"><a href="{{ bible_url(wword.ref_id, 'CzeCEP') }}">{{ wword.ref }}</a></p> {% endfor %} <ul class="readings"> {% for read in art.readings %} |