summaryrefslogtreecommitdiff
path: root/talerblog
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-11 12:47:45 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-11 12:47:45 +0100
commit8cbacb502e7b62203b98d4cd374c429f4c007509 (patch)
treefaf7fbdf13a9b60d267e90950ef19e6450ce1e57 /talerblog
parentbfb899137ae5b80b8963564e4f1358b18d4bfc68 (diff)
downloadblog-8cbacb502e7b62203b98d4cd374c429f4c007509.tar.gz
blog-8cbacb502e7b62203b98d4cd374c429f4c007509.tar.bz2
blog-8cbacb502e7b62203b98d4cd374c429f4c007509.zip
fix demobar
Diffstat (limited to 'talerblog')
-rw-r--r--talerblog/blog/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/talerblog/blog/templates/base.html b/talerblog/blog/templates/base.html
index b464752..755e72f 100644
--- a/talerblog/blog/templates/base.html
+++ b/talerblog/blog/templates/base.html
@@ -30,8 +30,8 @@
<body>
<div class="demobar">
<h1><span class="tt adorn-brackets">Taler Demo</span></h1>
- <h1><span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_DONATIONS') }}">Donations</a></span></h1>
- <p>This is the donation page, you can make donations (with an imaginary currency for now) to free software projects.</p>
+ <h1><span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_BLOG') }}">Shop</a></span></h1>
+ <p>This is the Essay shop, you can buy articles using an imaginary currency (for now).</p>
<ul>
<li><a href="{{ env('TALER_ENV_URL_INTRO', '#') }}">Introduction</a></li>
<li><a href="{{ env('TALER_ENV_URL_BANK', '#') }}">Bank</a></li>