diff --git a/src/dashboard/apps/consent/static/consent/js/app.js b/src/dashboard/apps/consent/static/consent/js/app.js deleted file mode 100644 index 938eb111..00000000 --- a/src/dashboard/apps/consent/static/consent/js/app.js +++ /dev/null @@ -1,8 +0,0 @@ -/** - * check/uncheck all checkbox in consent form - */ -document.getElementById("toggle-all") - .addEventListener("change", function() { - const checkboxes = document.getElementsByName("status"); - checkboxes.forEach(checkbox => checkbox.checked = this.checked); -}); diff --git a/src/dashboard/dashboard/static/dashboard/img/error.svg b/src/dashboard/dashboard/static/dashboard/img/error.svg new file mode 100644 index 00000000..8f0d846d --- /dev/null +++ b/src/dashboard/dashboard/static/dashboard/img/error.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + diff --git a/src/dashboard/dashboard/static/dashboard/img/information.svg b/src/dashboard/dashboard/static/dashboard/img/information.svg new file mode 100644 index 00000000..5ad090d2 --- /dev/null +++ b/src/dashboard/dashboard/static/dashboard/img/information.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + diff --git a/src/dashboard/dashboard/static/dashboard/img/technical-error.svg b/src/dashboard/dashboard/static/dashboard/img/technical-error.svg new file mode 100644 index 00000000..62d02b2a --- /dev/null +++ b/src/dashboard/dashboard/static/dashboard/img/technical-error.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + diff --git a/src/dashboard/dashboard/static/dashboard/img/warning.svg b/src/dashboard/dashboard/static/dashboard/img/warning.svg new file mode 100644 index 00000000..b75aba4c --- /dev/null +++ b/src/dashboard/dashboard/static/dashboard/img/warning.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + diff --git a/src/dashboard/templates/403.html b/src/dashboard/templates/403.html index 5798972a..c45c24a4 100644 --- a/src/dashboard/templates/403.html +++ b/src/dashboard/templates/403.html @@ -44,20 +44,7 @@

- - - - - - - - - - - - +
diff --git a/src/dashboard/templates/404.html b/src/dashboard/templates/404.html index 555ca6d6..88c1628f 100644 --- a/src/dashboard/templates/404.html +++ b/src/dashboard/templates/404.html @@ -45,20 +45,7 @@

- - - - - - - - - - - - +
diff --git a/src/dashboard/templates/500.html b/src/dashboard/templates/500.html index 2ed0ee5c..78c900de 100644 --- a/src/dashboard/templates/500.html +++ b/src/dashboard/templates/500.html @@ -36,20 +36,7 @@

{% endcomment %}
- - - - - - - - - - - - +