diff options
| author | Jeremy Kerr <jk@ozlabs.org> | 2008-09-24 16:26:16 +1000 |
|---|---|---|
| committer | Jeremy Kerr <jk@ozlabs.org> | 2008-09-24 16:26:16 +1000 |
| commit | 70e029436057b8a734c2b943ab2de8069b1fbd6a (patch) | |
| tree | b5238f1c50c56f2bac21ebe8c5d9ec9127a124ba /templates/base.html | |
| parent | 11bfcbc720bb39833efddc367ac671723f3944a2 (diff) | |
| download | patchwork-70e029436057b8a734c2b943ab2de8069b1fbd6a.tar.bz2 patchwork-70e029436057b8a734c2b943ab2de8069b1fbd6a.tar.xz | |
[html] Reference common.js in base template
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 048d052..1bac4a9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,6 +6,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>{% block title %}Patchwork{% endblock %} - Patchwork</title> <link rel="stylesheet" type="text/css" href="/css/style.css"/> + <script language="JavaScript" type="text/javascript" src="/js/common.js" /> {% block headers %}{% endblock %} </head> <body> |
