gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-survey] branch master updated (f40114e -> ff5502f)


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated (f40114e -> ff5502f)
Date: Fri, 29 Mar 2019 18:32:34 +0100

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

marcello pushed a change to branch master
in repository survey.

    from f40114e  fix pip3 invocation
     add 70caaf5  Address #5591.
     add 0bdaae8  Optimizing #5591.
     add cceffef  Optimizing #5591.
     add 2fb5c5b  Optimizing #5591.
     add ff5502f  Provide better link to install the wallet.

No new revisions were added by this update.

Summary of changes:
 talersurvey/survey/templates/base.html  | 6 +++++-
 talersurvey/survey/templates/index.html | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/talersurvey/survey/templates/base.html 
b/talersurvey/survey/templates/base.html
index 433d6b1..fb5e59e 100644
--- a/talersurvey/survey/templates/base.html
+++ b/talersurvey/survey/templates/base.html
@@ -15,11 +15,15 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 -->
 
-<html>
+<html data-taler-nojs="true">
 <head>
   <title>Taler Survey Demo</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"/>
   {% block styles %}{% endblock %}
   {% block scripts %}{% endblock %}
 </head>
diff --git a/talersurvey/survey/templates/index.html 
b/talersurvey/survey/templates/index.html
index e58e669..ffd8f61 100644
--- a/talersurvey/survey/templates/index.html
+++ b/talersurvey/survey/templates/index.html
@@ -7,7 +7,11 @@
       and get a nice tip - via your Taler wallet - from this shop! <a href={{ 
url_for('survey_stats') }}>(survey stats)</a>
     </p>
   </div>
-  <div>
+  <div class="taler-installed-hide">
+    <p>The survey is not possible without the wallet;
+       please <a href="https://taler.net/wallet-installation.html";>install 
one!</a></p>
+  </div>
+  <div class="taler-installed-show">
     <form action="{{ url_for('submit_survey') }}" method="post" 
class="pure-form pure-form-stacked">
       <legend>What do you prefer?</legend>
       <fieldset>

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



reply via email to

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