At the moment in admin panel you can't set a template as default. If you have more than one template enabled, the CMS load only the default one and you can't change it. To fix the issue, it needs to manage a new functionality that edit "default_template" attribute in "templates" table of database.
Besides it needs to verify only one template is set as default to avoid other issues.
At the moment in admin panel you can't set a template as default. If you have more than one template enabled, the CMS load only the default one and you can't change it. To fix the issue, it needs to manage a new functionality that edit "default_template" attribute in "templates" table of database. Besides it needs to verify only one template is set as default to avoid other issues.