Skip to content

Commit

Permalink
Fix HTML template syntax in training sessions report
Browse files Browse the repository at this point in the history
- Correct extra character in endblock tag
- Ensure proper template rendering
  • Loading branch information
NagiPragalathan committed Feb 8, 2025
1 parent 8d6916b commit d94db1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ <h2 class="text-center mb-4">Training Sessions Report</h2>
{% endif %}
</div>

{% endblock % }
{% endblock %}

0 comments on commit d94db1f

Please sign in to comment.