mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-17 22:01:49 -05:00
remove dev setting for template
This commit is contained in:
parent
ee96108324
commit
726c8f4f2f
1
Makefile
1
Makefile
@ -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
|
||||
|
@ -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}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user