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: fix html


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: fix html
Date: Thu, 30 Nov 2017 18:03:49 +0100

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

dold pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new 9bb845d  fix html
9bb845d is described below

commit 9bb845d9f6d8d2a6136b1492b823015e597fe458
Author: Florian Dold <address@hidden>
AuthorDate: Thu Nov 30 18:03:40 2017 +0100

    fix html
---
 talersurvey/survey/templates/index.html | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/talersurvey/survey/templates/index.html 
b/talersurvey/survey/templates/index.html
index edcdb85..35a6605 100644
--- a/talersurvey/survey/templates/index.html
+++ b/talersurvey/survey/templates/index.html
@@ -10,13 +10,16 @@
   <div>
     <form action="{{ url('/submit-survey') }}" method="post">
       What do you prefer?<br>
-      <input type="radio" name="paypref" value="taler" checked="checked">
-        <label>Taler</label>
-      </input>
-      <input type="radio" name="paypref" value="visa">
-        <label>Visa</label>
-      </input><br>
-      <input type="submit" value="Submit"></input>
+      <label>
+        <input type="radio" name="paypref" value="taler" checked="checked" />
+        Taler
+      </label>
+      <label>
+        <input type="radio" name="paypref" value="visa" />
+        Visa
+      </label>
+      <br>
+      <input type="submit" value="Submit" />
     </form>
   </div>
 {% endblock %}

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



reply via email to

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