From 1cf18c6f0d4dde34fa1104aa88eae46b196d35e2 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 13 Oct 2025 10:26:11 +0100 Subject: [PATCH] Fix button formatting for user answer reset functionality --- .../atlas/collection_reset_answers_user_list.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/atlas/templates/atlas/collection_reset_answers_user_list.html b/atlas/templates/atlas/collection_reset_answers_user_list.html index ecd48659..05b31947 100644 --- a/atlas/templates/atlas/collection_reset_answers_user_list.html +++ b/atlas/templates/atlas/collection_reset_answers_user_list.html @@ -2,13 +2,12 @@ {% for cid_user_exam in cid_users %} {% if cid_user_exam.user_user and cid_user_exam.user_user.id %} {% else %} {% endif %} {% endfor %} - \ No newline at end of file