diff options
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> |