Fix: Merged layouts for core and dog sections as much as possible.
This commit is contained in:
9
templates/layouts/_shared_project_hub_scripts.html
Normal file
9
templates/layouts/_shared_project_hub_scripts.html
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
<script>
|
||||
var flagAddress = "{{ model.FLAG_ADDRESS }}";
|
||||
var flagAddressLine1 = "{{ model.FLAG_ADDRESS_LINE_1 }}";
|
||||
var flagAddressLine2 = "{{ model.FLAG_ADDRESS_LINE_2 }}";
|
||||
var flagCity = "{{ model.FLAG_CITY }}";
|
||||
var flagCounty = "{{ model.FLAG_COUNTY }}";
|
||||
var flagPostcode = "{{ model.FLAG_POSTCODE }}";
|
||||
</script>
|
||||
Reference in New Issue
Block a user