Skip to content
Snippets Groups Projects
Commit 9e31a972 authored by Jesper Zedlitz's avatar Jesper Zedlitz
Browse files

ungültiges Zeichen

Es hatte sich ein latin1-Zeichen in das UTF-8 Dokument geschlichen.
parent 1f7978ea
Branches
Tags
1 merge request!17Stage System soll in Zukunft Master Branch erhalten
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
{% if pkg.state == 'deleted' %} {% if pkg.state == 'deleted' %}
[{{ _('Deleted') }}] [{{ _('Deleted') }}]
{% endif %} {% endif %}
{% endblock page_heading%%} {% endblock page_heading %}
<div class="odsh-dataset-edit-button"> <div class="odsh-dataset-edit-button">
{% if h.check_access('package_update', {'id':pkg.id }) %} {% if h.check_access('package_update', {'id':pkg.id }) %}
<div> <div>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
{% if successor_url %} {% if successor_url %}
<p class="hint-newer-version"> <p class="hint-newer-version">
Hinweis: Es ist eine <a href="{{ latest_collection_member }}"> Hinweis: Es ist eine <a href="{{ latest_collection_member }}">
neuere Version</a> dieses Dokuments verfgbar. neuere Version</a> dieses Dokuments verfügbar.
</p> </p>
{% endif %} {% endif %}
{% if pkg.notes %} {% if pkg.notes %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment