Update requirements.txt

This commit is contained in:
Adil Mohak 2024-09-29 19:06:22 +03:00
parent 9c7ab75fba
commit cf5d3cc9b6
2 changed files with 2 additions and 13 deletions

View File

@ -14,6 +14,7 @@ django-modeltranslation==0.18.11 # https://github.com/Buren/django-modeltransla
# Django REST Framework
djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework
django-cors-headers==3.13.0 # https://github.com/adamchainz/django-cors-headers
django-modeltranslation==0.19.9
# PDF generator
reportlab==4.0.4

View File

@ -15,19 +15,7 @@
</ol>
</nav>
{% if messages %}
{% for message in messages %}Program
{% if message.tags == 'error' %}
<div class="alert alert-danger">
<i class="fas fa-exclamation-circle"></i>{{ message }}
</div>
{% else %}
<div class="alert alert-success">
<i class="fas fa-check-circle"></i>{{ message }}
</div>
{% endif %}
{% endfor %}
{% endif %}
{% include 'snippets/messages.html' %}
<div class="d-flex justify-content-between align-items-center mb-4">
<h1 class="title-1">{% trans 'Dashboard' %}</h1>