remove dev setting for template

This commit is contained in:
Hemna 2022-12-02 14:20:52 -05:00
parent ee96108324
commit 726c8f4f2f
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ clean-test: ## remove test and coverage artifacts
clean-dev:
rm -rf $(VENVDIR)
rm Makefile.venv
test: dev ## Run all the tox tests
tox -p all

View File

@ -358,7 +358,7 @@ class WebChatFlask(flask_classful.FlaskView):
html_template = "index.html"
# For development
html_template = "mobile.html"
# html_template = "mobile.html"
LOG.debug(f"Template {html_template}")