Skip to content

Commit

Permalink
Fix bracket color in student view
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKrasny authored and geordi committed Feb 21, 2024
1 parent f6eded7 commit 57b36d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
{% endcomment %}
<td>
{{ task.assigned|date:"d.m.Y, H:i" }}
{% if task.assigned_show_remaining %} (<span class="text-muted">{{ task.assigned|timeuntil }} left)</span>{% endif %}
{% if task.assigned_show_remaining %} <span class="text-muted">({{ task.assigned|timeuntil }} left)</span>{% endif %}
</td>
<td>
{% if task.deadline %}
Expand Down

0 comments on commit 57b36d7

Please sign in to comment.