aboutsummaryrefslogtreecommitdiffstats
path: root/templates/czech.html
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-10-18 07:10:19 +0200
committerMatěj Cepl <mcepl@redhat.com>2012-10-18 07:15:56 +0200
commit00948ed005dfbc702b78c6e63d0327e48688effc (patch)
tree150bc9ef5685ca118953f1102b9180796be5977b /templates/czech.html
parent45fc7f9dad3096ea07eba0cce8b791c915f3ceda (diff)
downloadhesla-00948ed005dfbc702b78c6e63d0327e48688effc.tar.gz
Use CzeCEP for Czech Bible references.
Diffstat (limited to 'templates/czech.html')
-rw-r--r--templates/czech.html4
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 }}&amp;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 %}