Ignore:
Timestamp:
Jul 25, 2010, 5:38:44 PM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
af48a00
Parents:
18ae984
git-author:
Alex Dehnert <adehnert@…> (07/25/10 17:38:44)
git-committer:
Alex Dehnert <adehnert@…> (07/25/10 17:38:44)
Message:

Add JQuery to the base template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/remit_templates/base.html

    r0671644 r5865e5f  
    77    <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}style/style.css" />
    88    <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}style/default.css" />
     9    <script type="text/javascript"
     10        src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
     11
    912
    1013  </head>
Note: See TracChangeset for help on using the changeset viewer.