gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-landing] branch master updated: Restore back-office


From: gnunet
Subject: [GNUnet-SVN] [taler-landing] branch master updated: Restore back-office links.
Date: Fri, 29 Jun 2018 12:25:37 +0200

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

marcello pushed a commit to branch master
in repository landing.

The following commit(s) were added to refs/heads/master by this push:
     new 26ac014  Restore back-office links.
26ac014 is described below

commit 26ac0148dec4b1b59060099feb7e5ae8a16c8449
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 29 12:25:19 2018 +0200

    Restore back-office links.
---
 demo/index.html.j2 | 12 +++++++++++-
 demo/template.py   |  1 +
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/demo/index.html.j2 b/demo/index.html.j2
index ccfa71d..2e1da37 100644
--- a/demo/index.html.j2
+++ b/demo/index.html.j2
@@ -46,6 +46,7 @@
       <li><a href="{{ merchant_blog_url }}">Essay Shop</a></li>
       <li><a href="{{ merchant_donations_url }}">Donations</a></li>
       <li><a href="{{ merchant_survey_url }}">Tipping/Survey</a></li>
+      <li><a href="{{ backoffice_url }}">Back-office</a></li>
     </ul>
     <p>You can learn more about Taler on our main <a 
href="https://taler.net";>website</a>.</p>
   </div>
@@ -108,7 +109,16 @@
         </ul>
     </article>
     <article>
-      <h2>Step 5: Reach out to us</sup></h2>
+      <h2>Step 5: Merchant?  Consult back-office</sup></h2>
+        <ul>
+          <li>
+            If you are a merchant, you can check the <a href="{{ 
backoffice_url }}">back-office</a>
+            Web-site to see how your Taler transactions got payed back by bank 
wire transfers.
+          </li>
+        </ul>
+    </article>
+    <article>
+      <h2>Step 6: Reach out to us</sup></h2>
       Let us know what you think by <a href="mailto:address@hidden";>contacting 
us</a>.
     </article>
     <hr />
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"):

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



reply via email to

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