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
|
# Django REST Framework
|
||||||
djangorestframework==3.14.0 # https://github.com/encode/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-cors-headers==3.13.0 # https://github.com/adamchainz/django-cors-headers
|
||||||
|
django-modeltranslation==0.19.9
|
||||||
|
|
||||||
# PDF generator
|
# PDF generator
|
||||||
reportlab==4.0.4
|
reportlab==4.0.4
|
||||||
|
|||||||
@ -15,19 +15,7 @@
|
|||||||
</ol>
|
</ol>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
{% if messages %}
|
{% include 'snippets/messages.html' %}
|
||||||
{% 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 %}
|
|
||||||
|
|
||||||
<div class="d-flex justify-content-between align-items-center mb-4">
|
<div class="d-flex justify-content-between align-items-center mb-4">
|
||||||
<h1 class="title-1">{% trans 'Dashboard' %}</h1>
|
<h1 class="title-1">{% trans 'Dashboard' %}</h1>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user