gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant-frontends] branch master updated: links


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: links
Date: Wed, 15 Mar 2017 14:24:06 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository merchant-frontends.

The following commit(s) were added to refs/heads/master by this push:
     new 72e90b9  links
72e90b9 is described below

commit 72e90b974e1e1433d04fefd89aae359e63fac6ae
Author: Florian Dold <address@hidden>
AuthorDate: Wed Mar 15 14:24:04 2017 +0100

    links
---
 talerfrontends/blog/templates/base.html      | 2 +-
 talerfrontends/donations/templates/base.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/talerfrontends/blog/templates/base.html 
b/talerfrontends/blog/templates/base.html
index 689a37d..7519ab1 100644
--- a/talerfrontends/blog/templates/base.html
+++ b/talerfrontends/blog/templates/base.html
@@ -31,7 +31,7 @@
   {% block body_prelude %}{% endblock %}
   <div class="demobar">
     <h1><span class="tt adorn-brackets">Taler Demo</span></h1>
-    <h1><span class="it"><a href="#">Essay Shop</a></span></h1>
+    <h1><span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_BLOG') 
}}">Essay Shop</a></span></h1>
     <p>This essay shop demonstrates how Taler can be used to pay for web 
resources.</p>
     <ul>
       <li><a href="{{ env('TALER_ENV_URL_INTRO', '#') }}">Introduction</a></li>
diff --git a/talerfrontends/donations/templates/base.html 
b/talerfrontends/donations/templates/base.html
index 0777d92..dc78eb0 100644
--- a/talerfrontends/donations/templates/base.html
+++ b/talerfrontends/donations/templates/base.html
@@ -29,7 +29,7 @@
 <body>
   <div class="demobar">
     <h1><span class="tt adorn-brackets">Taler Demo</span></h1>
-    <h1><span class="it"><a href="#">Donations</a></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>
     <ul>
       <li><a href="{{ env('TALER_ENV_URL_INTRO', '#') }}">Introduction</a></li>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]