Merge branch 'develop' into 'master'

Hide bugging infoscreen footer

See merge request vtmk/web2.0!109
This commit is contained in:
Aarni Halinen
2018-02-06 19:40:53 +02:00
2 changed files with 1 additions and 2 deletions
@@ -41,5 +41,4 @@
</div>
</div>
{% include "webapp:footer.html" %}
{% endblock body %}
+1 -1
View File
@@ -19,7 +19,7 @@ npm test
printf "${PURPLE}pycodestyle tests...${NC}\n"
pycodestyle .
printf "${PURPLE}unit tests...${NC}\n"
python manage.py test --noinput
python -Wall manage.py test --noinput
set +e
printf "${PURPLE}Tests passed.${NC}\n"