Skip to content

Commit 140e754

Browse files
committed
style: FIX LINT
1 parent 8d2995d commit 140e754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intranet/templates/dashboard/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h3>
225225
{% for req in already_teacher_approved %}
226226
<li>{{ req }} -- requested by {{ req.user.full_name }}</li>
227227
{% endfor %}
228-
</ul>
228+
</ul>
229229
{% endif %}
230230
</div>
231231
{% endif %}

0 commit comments

Comments
 (0)