Skip to content
Snippets Groups Projects
Commit a16a0039 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Merge branch '64-upgrade-for-ckan-2-10' into add-author-maintainer-information

parents e728afff 863b9acd
No related branches found
No related tags found
1 merge request!51Display contact information on dataset page and use text-ellipsis for long description texts
......@@ -47,7 +47,7 @@
{{ form.input_address('gnd','GND URI', value=extras.gnd, index=6, placeholder='https://d-nb.info/gnd/1136109587', type='text', attrs={}) }}
{% for extra in data.extras %}
<!-- {% for extra in data.extras %}
{% set custom_extras = ['person','street','location','telephone','mail','web','gnd'] %}
{% if extra.key not in custom_extras %}
{% set prefix = 'extras__%d__' % (loop.index0 + (custom_extras|count)) %}
......@@ -76,7 +76,7 @@
values=(extra.key, extra.value, extra.deleted),
error=errors[prefix ~ 'key'] or errors[prefix ~ 'value']
) }}
{% endfor %}
{% endfor %} -->
</div>
{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment