diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e099a71..a3ee1d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: - name: Setup run: | pip install frappe-bench - bench init --skip-redis-config-generation --skip-assets --python "$(which python)" ~/frappe-bench + bench init --skip-redis-config-generation --skip-assets --python "$(which python)" --frappe-branch version-15 ~/frappe-bench mariadb --host 127.0.0.1 --port 3306 -u root -proot -e "SET GLOBAL character_set_server = 'utf8mb4'" mariadb --host 127.0.0.1 --port 3306 -u root -proot -e "SET GLOBAL collation_server = 'utf8mb4_unicode_ci'" diff --git a/nano_press/templates/__base.html b/nano_press/templates/__base.html deleted file mode 100644 index 8dd0f3d..0000000 --- a/nano_press/templates/__base.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - {% block page_title %}{% endblock %} - {% block head %}{% endblock %} - - - {% block page_content %}{% endblock %} - {% block script %}{% endblock %} - - diff --git a/nano_press/templates/components/core/apps.html b/nano_press/templates/components/core/apps.html index 7ec1d1f..bb9db7d 100644 --- a/nano_press/templates/components/core/apps.html +++ b/nano_press/templates/components/core/apps.html @@ -4,105 +4,198 @@

Select Apps

-
-
-
-