Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update chat_application/templates/room.html
Browse files1. 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="
|
| 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>
|