gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-survey] 01/05: Address #5591.


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] 01/05: Address #5591.
Date: Fri, 29 Mar 2019 18:31:59 +0100

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

marcello pushed a commit to branch stable
in repository survey.

commit 70caaf5a96123cdeb87550d926129a8054b64570
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Feb 25 18:40:07 2019 +0100

    Address #5591.
---
 talersurvey/survey/templates/base.html  | 2 +-
 talersurvey/survey/templates/index.html | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/talersurvey/survey/templates/base.html 
b/talersurvey/survey/templates/base.html
index 433d6b1..293d835 100644
--- a/talersurvey/survey/templates/base.html
+++ b/talersurvey/survey/templates/base.html
@@ -15,7 +15,7 @@
   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') }}" />
diff --git a/talersurvey/survey/templates/index.html 
b/talersurvey/survey/templates/index.html
index e58e669..47b69fb 100644
--- a/talersurvey/survey/templates/index.html
+++ b/talersurvey/survey/templates/index.html
@@ -7,7 +7,10 @@
       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 enable/install 
one!</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]