diff --git a/Dockerfile b/Dockerfile index 903421ea4..df81b1722 100644 --- a/Dockerfile +++ b/Dockerfile @@ -82,4 +82,4 @@ HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \ CMD curl -f http://localhost:8000/health/ || exit 1 ENTRYPOINT ["/entrypoint.sh"] -CMD ["gunicorn", "horilla.wsgi:application", "--config", "docker/gunicorn.conf.py"] \ No newline at end of file +CMD ["gunicorn", "horilla.wsgi:application", "--config", "docker/gunicorn.conf.py"] diff --git a/biometric/templates/cbv/biometric_card_body.html b/biometric/templates/cbv/biometric_card_body.html index 0a8376c05..1083e0f44 100644 --- a/biometric/templates/cbv/biometric_card_body.html +++ b/biometric/templates/cbv/biometric_card_body.html @@ -12,4 +12,4 @@ {{instance.render_live_capture_html|safe}}
{{instance.card_action|safe}} - \ No newline at end of file + diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 7439bc067..8beba7157 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -18,4 +18,4 @@ python manage.py migrate --noinput python manage.py collectstatic --noinput echo "Starting server..." -exec "$@" \ No newline at end of file +exec "$@" diff --git a/horilla_theme/templates/biometric/list_employees_biometric.html b/horilla_theme/templates/biometric/list_employees_biometric.html index 284f0c9c6..ae9b32a88 100644 --- a/horilla_theme/templates/biometric/list_employees_biometric.html +++ b/horilla_theme/templates/biometric/list_employees_biometric.html @@ -290,7 +290,7 @@ {% if employees.has_previous or employees.has_next %}

- {% trans "Page" %} {{ employees.number }} {% trans "of" %} + {% trans "Page" %} {{ employees.number }} {% trans "of" %} {{ employees.paginator.num_pages }}

@@ -302,7 +302,7 @@ > - {% endif %} + {% endif %} {{ employees.number }} / {{ employees.paginator.num_pages }} {% if employees.has_next %} - {% endif %} + {% endif %} - {{ employees.paginator.number }} / {{ employees.paginator.num_pages }} + {{ employees.paginator.number }} / {{ employees.paginator.num_pages }} {% if employees.paginator.has_next %} - {% endif %} - {{ employees.number }} / {{ employees.paginator.num_pages }} + {% endif %} + {{ employees.number }} / {{ employees.paginator.num_pages }} {% if employees.has_next %} - {% endif %} - {{ employees.number }} / {{ employees.paginator.num_pages }} + {% endif %} + {{ employees.number }} / {{ employees.paginator.num_pages }} {% if employees.has_next %}
-{% include "generic/horilla_list_table.html" %} \ No newline at end of file +{% include "generic/horilla_list_table.html" %} diff --git a/templates/normal_form.html b/templates/normal_form.html index ce90a394d..c18f7d234 100644 --- a/templates/normal_form.html +++ b/templates/normal_form.html @@ -43,4 +43,4 @@ {% endfor %}
- \ No newline at end of file +