Changeset 5cbf234 for remit/remit_templates/base.html
- Timestamp:
- Feb 2, 2010, 11:45:42 AM (15 years ago)
- Branches:
- master, client
- Children:
- fedcbcf
- Parents:
- c5898ff
- git-author:
- Alex Dehnert <adehnert@…> (02/02/10 11:45:42)
- git-committer:
- Alex Dehnert <adehnert@…> (02/02/10 11:45:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/base.html
r92ca60e r5cbf234 5 5 <title>{% block title %}TITLE{% endblock %}</title> 6 6 7 <link rel="stylesheet" type="text/css" href="/media/style/style.css" /> 7 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}style/style.css" /> 8 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}style/default.css" /> 8 9 9 10 </head>
Note: See TracChangeset
for help on using the changeset viewer.