riderle commited on
Commit
3d4b454
·
verified ·
1 Parent(s): 2ce66e6

Update chat_application/templates/room.html

Browse files

Decided abort button will not be able to route to survey 2.

chat_application/templates/room.html CHANGED
@@ -63,7 +63,6 @@
63
  <p>We encourage you to message us about any concerns or to <a href="{{ feedback_form_url | default('https://umw.qualtrics.com/jfe/form/SV_08v26NssCOwZTP8') }}" target="_blank">provide feedback here</a>.</p>
64
  <div class="modal-buttons">
65
  <button class="modal-btn" id="abortYesBtn">End early with code "C9V2XFDU"</button>
66
- <button class="modal-btn" id="abortYesBtn-SurveyAnyway">Flag my data and take the survey anyway.</button>
67
  <button class="modal-btn" id="abortNoBtn">Cancel</button>
68
  </div>
69
  </div>
 
63
  <p>We encourage you to message us about any concerns or to <a href="{{ feedback_form_url | default('https://umw.qualtrics.com/jfe/form/SV_08v26NssCOwZTP8') }}" target="_blank">provide feedback here</a>.</p>
64
  <div class="modal-buttons">
65
  <button class="modal-btn" id="abortYesBtn">End early with code "C9V2XFDU"</button>
 
66
  <button class="modal-btn" id="abortNoBtn">Cancel</button>
67
  </div>
68
  </div>