From ccd49b5ee187b404d8fc509d83e36df155ef4f22 Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Thu, 1 Sep 2022 12:48:36 +0200 Subject: [PATCH] Minor interface update --- config/settings.py | 1 - templates/people/gymnasts/list_routine.html | 10 ++++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/config/settings.py b/config/settings.py index 89f2afb665..8fa39401ee 100644 --- a/config/settings.py +++ b/config/settings.py @@ -47,7 +47,6 @@ DEBUG = True ALLOWED_HOSTS = env('ALLOWED_HOSTS', default="localhost").split() - # Application definition INSTALLED_APPS = [ 'django.contrib.admin', diff --git a/templates/people/gymnasts/list_routine.html b/templates/people/gymnasts/list_routine.html index 1d63c47eec..a6c00a55e2 100644 --- a/templates/people/gymnasts/list_routine.html +++ b/templates/people/gymnasts/list_routine.html @@ -41,11 +41,13 @@ {% endif %}