summaryrefslogtreecommitdiff
path: root/demo/template.py
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-06-29 12:25:19 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-06-29 12:25:19 +0200
commit26ac0148dec4b1b59060099feb7e5ae8a16c8449 (patch)
treef38a2dfd2cca010f0d5e995336541dafec89f59d /demo/template.py
parent16bf7a8578eedb4c1df8e39a11227c0542dc4ddf (diff)
downloadlanding-26ac0148dec4b1b59060099feb7e5ae8a16c8449.tar.gz
landing-26ac0148dec4b1b59060099feb7e5ae8a16c8449.tar.bz2
landing-26ac0148dec4b1b59060099feb7e5ae8a16c8449.zip
Restore back-office links.
Diffstat (limited to 'demo/template.py')
-rwxr-xr-xdemo/template.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/template.py b/demo/template.py
index b863503..05599e4 100755
--- a/demo/template.py
+++ b/demo/template.py
@@ -33,6 +33,7 @@ default_ctx["merchant_survey_url"] = os.environ.get("TALER_ENV_URL_MERCHANT_SURV
default_ctx["intro_url"] = os.environ.get("TALER_ENV_URL_INTRO", "#")
default_ctx["bank_url"] = os.environ.get("TALER_ENV_URL_BANK", "#")
default_ctx["auditor_url"] = os.environ.get("TALER_ENV_URL_AUDITOR", "#")
+default_ctx["backoffice_url"] = os.environ.get("TALER_ENV_URL_BACKOFFICE", "#")
for in_file in glob.glob("*.j2"):