diff options
Diffstat (limited to 'templates/web/default/header.html')
-rw-r--r-- | templates/web/default/header.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/default/header.html b/templates/web/default/header.html index 1aa8ce159..54aa3f342 100644 --- a/templates/web/default/header.html +++ b/templates/web/default/header.html @@ -15,6 +15,8 @@ <link rel="stylesheet" type="text/css" href="[% version('/css/core.css') %]"> <link rel="stylesheet" type="text/css" href="[% version('/css/main.css') %]"> + [% INCLUDE 'js_validation_msgs.html' %] + [% INCLUDE 'common_header_tags.html' %] [% IF c.req.uri.host == 'osm.fixmystreet.com' %] @@ -22,6 +24,7 @@ [% END %] [% INCLUDE 'tracking_code.html' %] + </head> <body> |