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 %}