riderle commited on
Commit
204b829
·
verified ·
1 Parent(s): 0355f76

Update chat_application/templates/room.html

Browse files
chat_application/templates/room.html CHANGED
@@ -49,7 +49,7 @@
49
  <div class="modal-content">
50
  <h3>Confirmation</h3>
51
  <p>By clicking yes, you will exit the experiment <strong>without</strong> completing the final survey.</p>
52
- <p>We encourage you to message us about any concerns or to <a href="{{ feedback_form_url }}" target="_blank">provide feedback here</a>.</p>
53
  <div class="modal-buttons">
54
  <button class="modal-btn" id="abortYesBtn">Yes</button>
55
  <button class="modal-btn" id="abortNoBtn">Cancel</button>
 
49
  <div class="modal-content">
50
  <h3>Confirmation</h3>
51
  <p>By clicking yes, you will exit the experiment <strong>without</strong> completing the final survey.</p>
52
+ <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>
53
  <div class="modal-buttons">
54
  <button class="modal-btn" id="abortYesBtn">Yes</button>
55
  <button class="modal-btn" id="abortNoBtn">Cancel</button>