Skip to content
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

Block bug in template /templates/package/resource_read.html #1619

Closed
qlands opened this issue Mar 31, 2014 · 0 comments · Fixed by #1620
Closed

Block bug in template /templates/package/resource_read.html #1619

qlands opened this issue Mar 31, 2014 · 0 comments · Fixed by #1620

Comments

@qlands
Copy link

qlands commented Mar 31, 2014

There is an error in the closing block in line 70 because it leave the /div outside the block "resource_content". Must be /div {% endblock %} /div and not {% endblock %} /div /div

nigelbabu pushed a commit that referenced this issue Jun 25, 2014
Fixes #1619. Move the closing div inside the block since it's defined
in the block anyway.

Signed-off-by: nigelb <nigel.babu@okfn.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant