We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3448e26 commit edfa8eeCopy full SHA for edfa8ee
.travis.yml
@@ -11,7 +11,7 @@ env:
11
- DJANGO=django==1.8.18
12
13
install:
14
- - pip install $DJANGO django-jinja=2.3.1 flake8
+ - pip install $DJANGO django-jinja==2.3.1 flake8
15
16
script:
17
- flake8 bootstrapform_jinja/
bootstrapform_jinja/apps.py
@@ -3,7 +3,7 @@
3
4
class BootstrapformJinjaConfig(AppConfig):
5
name = 'bootstrapform_jinja'
6
- verbose_name = "Bootstrapform for Jinja"
+ verbose_name = 'Bootstrapform for Jinja'
7
8
def ready(self):
9
# Make sure tags are registered
0 commit comments