Skip to content

Improve instructions for organogram publishing #1945

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
{% block basic_fields_url %}
{% if h.activate_upload(pkg_name) %}
<div style="margin-left: 100px;margin-bottom: 20px;">
Additional help can be found in this <a target="newwin" href='https://guidance.data.gov.uk/publish_and_manage_data/harvest_or_add_data/add_data/#publishing-organograms'>guide to publishing organograms</a>
Additional help can be found in this <a target="newwin" href='https://guidance.data.gov.uk/publish_and_manage_data/harvest_or_add_data/add_data/#publishing-organograms'>guide to publishing organograms</a>.
{% if h.is_central_gov_organogram(pkg_name) %}
<br>
Ensure that you use this XLS template <a target="newwin" href='https://ckan.publishing.service.gov.uk/publisher-files/Blank_Organogram_Template_latest.xls'>standard template</a> 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 <a target="newwin" href='https://ckan.publishing.service.gov.uk/publisher-files/Blank_Organogram_Template_latest.xls'>standard organogram template</a>.
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.
<br>
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 %}
</div>
{% endif %}
Expand Down
Loading