From c05369ecc9acb477995f60a40c38e92d6f753500 Mon Sep 17 00:00:00 2001 From: JasonGrace2282 Date: Sat, 19 Oct 2024 12:02:29 -0400 Subject: [PATCH] fix typos --- tin/templates/assignments/custom_file_action.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tin/templates/assignments/custom_file_action.html b/tin/templates/assignments/custom_file_action.html index 1084caa4..213ee047 100644 --- a/tin/templates/assignments/custom_file_action.html +++ b/tin/templates/assignments/custom_file_action.html @@ -42,17 +42,17 @@

Please correct the following errors:

  • {{ field.label }}: {{ error }}
  • {% endfor %} {% endfor %} - {% for error in assignment_form.non_field_errors %} + {% for error in form.non_field_errors %}
  • {{ error }}
  • {% endfor %} {% endif %} -
    + {% csrf_token %}
    {% for field in form %} -
    +
    {{ field.label_tag }} {{ field }}{% if field.help_text %}
    {{ field.help_text }}{% endif %}