Skip to content

Commit

Permalink
Merge branch 'master' of [email protected]:pydanny/django-uni-form
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Nov 22, 2009
2 parents 86a6685 + fd0fd91 commit 2d5806e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Django Uni-Form requires three media files. You can see how we call them by loo

1. Manually by copying the HTML into your own templates::

<link rel="stylesheet" href="{{ MEDIA_URL }}uni-form/uni-form-generic.css" type="text/css" />
<link rel="stylesheet" href="{{ MEDIA_URL }}uni-form/uni-form.css" type="text/css" />
<link rel="stylesheet" href="{{ MEDIA_URL }}uni_form/uni-form-generic.css" type="text/css" />
<link rel="stylesheet" href="{{ MEDIA_URL }}uni_form/uni-form.css" type="text/css" />
<script src="{{ MEDIA_URL }}uni_form/uni-form.jquery.js" type="text/javascript"></script>

2. Via use of the Django **includes** built-in template tag.
Expand Down

0 comments on commit 2d5806e

Please sign in to comment.