gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-playground] branch master updated: adjust base templ


From: gnunet
Subject: [GNUnet-SVN] [taler-playground] branch master updated: adjust base template
Date: Wed, 07 Mar 2018 16:07:20 +0100

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

dold pushed a commit to branch master
in repository playground.

The following commit(s) were added to refs/heads/master by this push:
     new 9a62328  adjust base template
9a62328 is described below

commit 9a62328c482bd98e8262d5af01441235c7fd745b
Author: Florian Dold <address@hidden>
AuthorDate: Wed Mar 7 16:04:03 2018 +0100

    adjust base template
---
 talerplayground/playground/templates/base.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/talerplayground/playground/templates/base.html 
b/talerplayground/playground/templates/base.html
index 60f17da..cb7703c 100644
--- a/talerplayground/playground/templates/base.html
+++ b/talerplayground/playground/templates/base.html
@@ -17,7 +17,7 @@
 
 <html data-taler-nojs="true">
 <head>
-  <title>Taler Donation Demo</title>
+  <title>Taler Playground</title>
   <link rel="stylesheet" type="text/css" href="{{ url_for('static', 
filename='web-common/pure.css') }}" />
   <link rel="stylesheet" type="text/css" href="{{ url_for('static', 
filename='web-common/demo.css') }}" />
   <link rel="stylesheet" type="text/css" href="{{ url_for('static', 
filename='web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
@@ -28,8 +28,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="{{ url_for('index') 
}}">Playground</a></span></h1>
+    <p>Various demonstrations, tests and experiments.  Intended for internal 
use and developers.</p>
     <ul>
       <li><a href="{{ env('TALER_ENV_URL_INTRO', '#') }}">Introduction</a></li>
       <li><a href="{{ env('TALER_ENV_URL_BANK', '#') }}">Bank</a></li>
@@ -46,7 +46,7 @@
     {% endblock %}
     <hr />
     <div class="copyright">
-      <p>Copyright &copy; 2014&mdash;2017 INRIA</p>
+      <p>Copyright &copy; 2014&mdash;2018 Inria</p>
       <a href="/javascript" data-jslicense="1" 
class="jslicenseinfo">JavaScript license information</a>
     </div>
   </section>

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



reply via email to

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