diff --git a/ckanext/datagovuk/templates/package/snippets/resource_form.html b/ckanext/datagovuk/templates/package/snippets/resource_form.html
index ca36c7ac..873d2e86 100644
--- a/ckanext/datagovuk/templates/package/snippets/resource_form.html
+++ b/ckanext/datagovuk/templates/package/snippets/resource_form.html
@@ -3,11 +3,13 @@
{% block basic_fields_url %}
{% if h.activate_upload(pkg_name) %}
- Additional help can be found in this
guide to publishing organograms
+ Additional help can be found in this
guide to publishing organograms.
{% if h.is_central_gov_organogram(pkg_name) %}
- Ensure that you use this XLS template
standard template which includes validation rules.
- If you see an error message after clicking Publish please read it carefully and make corrections in your spreadsheet, before clicking Publish again.
+ You must use the
standard organogram template.
+ If you do not use this template, or if you change it (such as removing, adding or renaming columns), you'll see an error and your publishing will not work.
+
+ The template includes validation rules. If you see an error message after clicking Publish please read it carefully and make corrections in your spreadsheet, before clicking Publish again.
{% endif %}
{% endif %}