diff options
author | LarsVomMars | 2021-01-26 11:57:48 +0100 |
---|---|---|
committer | LarsVomMars | 2021-01-26 11:57:48 +0100 |
commit | 40035bd9cea21c4173f6727ba54d94f4fde44a9c (patch) | |
tree | 88a24abf9be3c223db117cb1402cf38161e01fdc /questions/public/index.html | |
parent | 9fac4d9823f3350c22b156450cba6cc456ed960f (diff) |
Questions update
Diffstat (limited to 'questions/public/index.html')
-rw-r--r-- | questions/public/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/questions/public/index.html b/questions/public/index.html index 90244f5..e21db81 100644 --- a/questions/public/index.html +++ b/questions/public/index.html @@ -26,10 +26,7 @@ <div class="bar" id="progress"></div> <label id="question_label" for="question"></label> <input name="question" id="question" hidden /> - <div class="answer-buttons pure-button-group" role="group"> - <button class="pure-button pure-button-primary answer-btn" data-value="1">Ja</button> - <button class="pure-button pure-button-primary answer-btn" data-value="0">Nein</button> - </div> + <div class="answer-buttons pure-button-group" role="group"></div> <br> <div class="back-skip pure-button-group" role="group"> <button id="prev-btn" class="pure-button">Zurück</button> |