Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
fle committed Sep 13, 2013
1 parent 082523e commit 48d46f8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
django-jsignature
==================

A simple way to use jSignature jQuery plugin in your Django projects.
A simple way to use `jSignature jQuery plugin <https://github.com/brinley/jSignature/blob/master/README.md>`_ in your `Django <https://www.djangoproject.com>`_ projects.

It provides:
- A form field and a form widget to handle jquery plugin through a Django form
- A model field to store a captured signature
- A mixin adding two fields (signature / signature_date) in any of your Django models

* A form field and a form widget to handle jquery plugin through a Django form;
* A model field to store a captured signature;
* A mixin adding two fields (signature / signature_date) in any of your Django models;

0 comments on commit 48d46f8

Please sign in to comment.