blob: 5059d59f225cbe24fd3f00dc39047990128a3fbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[%~
IF bodyclass.match('mappage');
scripts.push(
version('/cobrands/fixmystreet-uk-councils/council_validation_rules.js'),
version('/vendor/OpenLayers.Projection.OrdnanceSurvey.js'),
version('/cobrands/fixmystreet/assets.js'),
version('/cobrands/bathnes/assets.js'),
);
END
%]
[%~
SET council_area_id = c.cobrand.council_area_id;
IF c.user_exists AND ((c.user.from_body AND c.user.from_body.areas.$council_area_id) OR c.user.is_superuser);
scripts.push(
version('/cobrands/bathnes/staff.js'),
);
END
%]
|