Fix: Merged layouts for core and dog sections as much as possible.

This commit is contained in:
2025-07-31 16:37:11 +01:00
parent 2d1f7269e0
commit 4b1fac2dcb
53 changed files with 697 additions and 920 deletions

View 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>