diff --git a/docker-compose.yml b/docker-compose.yml index 000f318233..7084616917 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,8 +6,8 @@ services: container_name: "ultron_db" environment: POSTGRES_DB: "ultron" - POSTGRES_USER: "my_user" - POSTGRES_PASSWORD: "my_password" + POSTGRES_USER: "ironman" + POSTGRES_PASSWORD: "jarvis" ports: - "5432:5432" volumes: diff --git a/requirements.txt b/requirements.txt index 421a4cde91..8c980113d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,6 @@ django-extensions==3.1.3 install==1.3.4 Markdown==3.3.4 pendulum==2.1.2 -psycopg2==2.9.2 python-dateutil==2.8.2 pytz==2021.3 pytzdata==2020.1 @@ -14,3 +13,4 @@ six==1.16.0 sqlparse==0.4.2 whitenoise==5.3.0 gunicorn==20.1.0 +psycopg2==2.9.2 \ No newline at end of file diff --git a/templates/followup/chronos/list.html b/templates/followup/chronos/list.html index 988f388b4c..4a6de56ce4 100644 --- a/templates/followup/chronos/list.html +++ b/templates/followup/chronos/list.html @@ -8,11 +8,13 @@

Chronos Listing

- - - +
+ + + +
diff --git a/templates/locations/places/list.html b/templates/locations/places/list.html index 52ccaf2100..f469a194ba 100644 --- a/templates/locations/places/list.html +++ b/templates/locations/places/list.html @@ -8,11 +8,13 @@

Places Listing

- - - +
+ + + +
diff --git a/templates/objectives/routines/list.html b/templates/objectives/routines/list.html index abc2d2b5a9..50d9da165a 100644 --- a/templates/objectives/routines/list.html +++ b/templates/objectives/routines/list.html @@ -1,29 +1,27 @@ {% extends "listing.html" %} - - {% block datacontent %}
-

Routines' Listing

-
- - - +
+
+

Routines' Listing

+
+
+ +
-
-
- +
+
{% if routine_list %} +
@@ -56,21 +54,12 @@ {% endfor %} - {% else %} - - - - {% endif %}
There are no routine corresponding to your criterias
+ {% else %} + There are no routine corresponding to your criterias + {% endif %}
-
{% endblock %} diff --git a/templates/peoples/gymnasts/list.html b/templates/peoples/gymnasts/list.html index e7a4e2a910..4f2f392663 100644 --- a/templates/peoples/gymnasts/list.html +++ b/templates/peoples/gymnasts/list.html @@ -8,11 +8,13 @@

Gymnast Listing

- - - +
+ + + +
diff --git a/templates/planning/events/list.html b/templates/planning/events/list.html index ab87fae726..26a2a44157 100644 --- a/templates/planning/events/list.html +++ b/templates/planning/events/list.html @@ -8,11 +8,13 @@

Event Listing

- - - +
+ + + +
diff --git a/templates/ultron/dashboard/dashboard.html b/templates/ultron/dashboard/dashboard.html index 563f19f740..e08c13c304 100644 --- a/templates/ultron/dashboard/dashboard.html +++ b/templates/ultron/dashboard/dashboard.html @@ -2,8 +2,6 @@ {% block page_title %}Dashboard{% endblock %} - - {% block content %}
@@ -25,13 +23,17 @@
+ {% if  nb_gymnast or nb_event or nb_skill or nb_routine or nb_score %} + {% else %} + No statistics to display. + {% endif %}