Changeset 590
- Timestamp:
- 08/24/10 11:23:03 (3 years ago)
- Location:
- trunk/opentrials
- Files:
-
- 2 modified
-
static/favicon.ico (modified) (previous)
-
templates/base.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/opentrials/templates/base.html
r587 r590 6 6 <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/> 7 7 <title>{% block page_title %}{% trans "Clinical Trials Platform" %}{% endblock %}</title> 8 <link rel="shortcut icon" href="/static/favicon.ico"/>8 <link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico"/> 9 9 <link rel="stylesheet" type="text/css" href="/static/css/asmselect/jquery.asmselect.css"/> 10 10 <link rel="stylesheet" type="text/css" href="/static/css/jquery.cluetip.css"/>
