Skip to content

Commit

Permalink
Fix for ticket pydanny#27
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Apr 23, 2010
1 parent c8f3aa6 commit 749dca6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uni_form/templates/uni_form/includes.html
@@ -1,7 +1,7 @@
{% comment %}
This is used by the uni_form_setup template tag to identify where to grab media files.
This is used by the 'uni_form_setup' template tag to identify where to grab media files.
{% endcomment %}

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

0 comments on commit 749dca6

Please sign in to comment.