filter students

This commit is contained in:
2022-12-05 04:12:09 +01:00
parent 54014321db
commit 563e8c4c62
242 changed files with 51221 additions and 41 deletions
README.md
app
crispy_forms
LICENSELICENSE.txt__init__.pybase.pybootstrap.pyexceptions.pyhelper.pylayout.pylayout_slice.py
templates
templatetags
utils.py
puchar
requirements.txt
tinymce
LICENSE.txt__init__.pycompressor.pymodels.pysettings.py
static
django_tinymce
tinymce
icons
jquery.tinymce.min.js
langs
license.txt
plugins
skins
themes
tinymce.d.tstinymce.min.js
templates
urls.pyviews.pywidgets.py

@ -0,0 +1,9 @@
{% if formset.non_form_errors %}
<div class="alert alert-block alert-danger">
{% if formset_error_title %}<h4 class="alert-heading">{{ formset_error_title }}</h4>{% endif %}
<ul class="m-0">
{{ formset.non_form_errors|unordered_list }}
</ul>
</div>
{% endif %}