diff --git a/.travis.yml b/.travis.yml index 89e7f1a..5b723d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,11 @@ python: env: - DJANGO='Django>=1.8,<1.9' - - DJANGO='Django>=1.9,<1.10' + - DJANGO='Django>=1.10,<1.11' install: - - pip install --use-mirrors $DJANGO - - pip install --use-mirrors coverage coveralls + - pip install $DJANGO + - pip install coverage coveralls script: coverage run setup.py test diff --git a/example/core/templates/home.html b/example/core/templates/home.html index 8464e72..c530b6f 100644 --- a/example/core/templates/home.html +++ b/example/core/templates/home.html @@ -1,11 +1,13 @@ +{% load static %} +
- - + + - - + + {{ form.media }} @@ -63,7 +65,7 @@Try submitting this form without entering anything.