Skip to content

Commit

Permalink
Change color of submit error message (#2034)
Browse files Browse the repository at this point in the history
* fix #2026

* remove unnecessary comma
  • Loading branch information
joendter authored Oct 22, 2023
1 parent 0a027cc commit 2e780a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/student/templates/student_vote.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h3 class="mb-3">{{ evaluation.full_name }} ({{ evaluation.course.semester.name
<span class="fas fa-circle-info" data-bs-toggle="tooltip" title="{% trans 'The evaluation can be continued later using the same device and the same browser. But you have to submit it to send it to the server and make it count. After submitting, you can not edit the evaluation anymore.' %}"></span>
</div>
<button id="vote-submit-btn" type="submit" class="btn btn-success tab-selectable">{% trans 'Submit questionnaire' %}</button>
<p id="submit-error-warning" style="display: none">
<p id="submit-error-warning" style="display: none" class="text-danger">
<span class="fas fa-triangle-exclamation"></span>
{% blocktrans %}The server can't be reached. Your answers have been stored in your browser and it's safe to leave the page. Please try again later to submit the questionnaire.{% endblocktrans %}
</p>
Expand Down

0 comments on commit 2e780a3

Please sign in to comment.