diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8fc258c7..444fe698 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: hooks: - id: check-github-workflows - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.5 + rev: v0.16.7 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -57,7 +57,7 @@ repos: args: [-I, .codespell_ignore.txt] exclude: ^main/static/assets/|^package-lock.json$|^direct_webapp/fixtures/framework-2-0.json$ - repo: https://github.com/djlint/djLint - rev: v1.44.2 + rev: v1.46.1 hooks: - id: djlint-django - id: djlint-reformat-django diff --git a/main/templates/django_registration/registration_complete.html b/main/templates/django_registration/registration_complete.html index 6c67fe0e..9f27c8a3 100644 --- a/main/templates/django_registration/registration_complete.html +++ b/main/templates/django_registration/registration_complete.html @@ -4,7 +4,8 @@

Success!

Welcome {{ user }}! You have registered and are now logged in.

- Start exploring + Start exploring

{% else %}

Oops!

diff --git a/main/templates/main/base.account.html b/main/templates/main/base.account.html index f6408818..055933a3 100644 --- a/main/templates/main/base.account.html +++ b/main/templates/main/base.account.html @@ -56,7 +56,8 @@

Dashboa diff --git a/main/templates/main/base.auth.html b/main/templates/main/base.auth.html index eb4f4a6b..14f7e2b9 100644 --- a/main/templates/main/base.auth.html +++ b/main/templates/main/base.auth.html @@ -19,7 +19,8 @@ {% block content %} {% endblock content %} - diff --git a/main/templates/main/index.html b/main/templates/main/index.html index 71edf91a..d6cd5ce0 100644 --- a/main/templates/main/index.html +++ b/main/templates/main/index.html @@ -26,7 +26,8 @@

How does it work?

-
+
Skills wheel example @@ -39,7 +40,8 @@

How does it work?

Chart and manage professional development

Create individual skill profiles.

- Create + Create a skills profile
@@ -86,7 +88,8 @@

Plan your career

Building a stronger future for digital research

Browse a variety of roles across digital research themes

- Explore + Explore roles
diff --git a/main/templates/main/pages/about.html b/main/templates/main/pages/about.html index 3bbec62b..940ec996 100644 --- a/main/templates/main/pages/about.html +++ b/main/templates/main/pages/about.html @@ -16,7 +16,8 @@ - +

Building a stronger future for digital research

diff --git a/main/templates/main/pages/skill.html b/main/templates/main/pages/skill.html index 5c993c7b..caa63da7 100644 --- a/main/templates/main/pages/skill.html +++ b/main/templates/main/pages/skill.html @@ -36,7 +36,9 @@

Learning resources

{% for resource in learning_resources %}
  • {% if resource.url %} - {{ resource.name }} + {{ resource.name }} {% else %} {{ resource.name }} {% endif %} @@ -51,7 +53,9 @@

    Tools

    {% for item in tools %}
  • {% if item.url %} - {{ item.name }} + {{ item.name }} {% else %} {{ item.name }} {% endif %} @@ -65,7 +69,9 @@

    Languages

    {% for item in languages %}
  • {% if item.url %} - {{ item.name }} + {{ item.name }} {% else %} {{ item.name }} {% endif %} @@ -79,7 +85,9 @@

    Methodologies

    {% for item in methodologies %}
  • {% if item.url %} - {{ item.name }} + {{ item.name }} {% else %} {{ item.name }} {% endif %} diff --git a/main/templates/main/pages/skills-and-competencies.html b/main/templates/main/pages/skills-and-competencies.html index 78a63810..acd36fa3 100644 --- a/main/templates/main/pages/skills-and-competencies.html +++ b/main/templates/main/pages/skills-and-competencies.html @@ -20,7 +20,8 @@

    Skills and competencies

    Skills are organised into a number of competencies, which are in turn grouped into bigger competency domains which you can explore using the links in the sidebar.

    - Download framework JSON + Download framework JSON
    @@ -36,7 +37,8 @@

    Skills and competencies

  • @@ -131,10 +136,12 @@

    Self Assessment Questionnaire

    {% if messages %} {% for message in messages %} -