Fix quotes in templates

This commit is contained in:
rubenwardy
2023-06-18 22:00:24 +01:00
parent 8585357942
commit e8b14709e6
20 changed files with 54 additions and 54 deletions

View File

@@ -5,11 +5,11 @@
{% endblock %}
{% block link %}
<a href="{{ package.get_url("packages.view") }}">{{ package.title }}</a>
<a href="{{ package.get_url('packages.view') }}">{{ package.title }}</a>
{% endblock %}
{% block content %}
<a class="btn btn-secondary" href="{{ package.get_url("packages.alias_list") }}">
<a class="btn btn-secondary" href="{{ package.get_url('packages.alias_list') }}">
{{ _("Back to Aliases") }}
</a>