Skip to content

Commit 930d703

Browse files
committed
add travis status badge
1 parent 65aa700 commit 930d703

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
Django bootstrap forms for django-jinja
33
=======================================
44

5+
[![Build Status](https://travis-ci.org/samuelcolvin/django-jinja-bootstrap-form.svg?branch=master)](https://travis-ci.org/samuelcolvin/django-jinja-bootstrap-form)
6+
57
Port of [django-bootstrap-form](https://github.com/tzangms/django-bootstrap-form) which is compatible with
68
[django-jinja](https://github.com/niwibe/django-jinja).
79

810
Twitter Bootstrap for Django Forms.
911

1012
See [django-bootstrap-form](https://github.com/tzangms/django-bootstrap-form) for documentation. Usage should
11-
be the except except:
13+
be the same except:
1214
* there's no need to `{% load bootstrap %}` as template tags are preloaded in django-jinja.
1315
* add `bootstrapform_jinja` to `INSTALLED_APPS` not `bootstrapform`.

testing/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)