Changeset 5cbf234 for remit


Ignore:
Timestamp:
Feb 2, 2010, 11:45:42 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Slightly more interesting default theme

Location:
remit
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • remit/remit_templates/base.html

    r92ca60e r5cbf234  
    55    <title>{% block title %}TITLE{% endblock %}</title>
    66
    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" />
    89
    910  </head>
Note: See TracChangeset for help on using the changeset viewer.