riderle commited on
Commit
3fb346e
·
verified ·
1 Parent(s): 41ce285

Update chat_application/templates/room.html

Browse files

1. change feedback form url
2. really not a fan of HF branches

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>p>We encourage you to message us about any concerns or <a href="https://umw.qualtrics.com/jfe/form/SV_08v26NssCOwZTP8{{ feedback_form_url_encoding }}" 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>p>We encourage you to message us about any concerns or <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>