Update requirements.txt
This commit is contained in:
parent
9c7ab75fba
commit
cf5d3cc9b6
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user