diff --git a/.gitignore b/.gitignore index 53741a27..c613cdd4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ media/submissions/csv/* __pycache__ .DS_Store /.cache - +.vscode *.code-workspace .vscode diff --git a/package-lock.json b/package-lock.json index ec224d05..131048cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "national-paediatric-diabetes-audit", + "name": "app", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/project/npda/templates/base.html b/project/npda/templates/base.html index 87357787..d2ea21a1 100644 --- a/project/npda/templates/base.html +++ b/project/npda/templates/base.html @@ -1,39 +1,39 @@ - -{% load static %} - -
- - - - - - - - -We are now accepting data for the 2023-24 audit year. {% text_for_data_submission can_upload_csv can_complete_questionnaire %} - For more information check out our user guide.
-+ We are now accepting data for the 2023-24 audit year. {% text_for_data_submission can_upload_csv can_complete_questionnaire %} + For more information check out our user guide. +
+We are now accepting data for the 2023-24 audit year. Download the current dataset, templates for submitting data via CSV and questionnaire and our user guide.
-+ We are now accepting data for the 2023-24 audit year. Download the current dataset, templates for submitting data via CSV and questionnaire and our user guide. +
+ Read User Guide