applications: manifest is already accessible (#70891)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Lauréline Guérin 2022-10-31 16:48:32 +01:00
parent 907426d00b
commit 7d7d35372d
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 4 additions and 6 deletions

View File

@ -30,12 +30,10 @@
</h3>
<p>{{ application.description|default:""|linebreaksbr }}</p>
{% if application.documentation_url %}<p><a href="{{ application.documentation_url }}">{% trans 'Documentation' %}</a></p>{% endif %}
{% if application.editable %}
<div class="buttons">
<a class="button" href="{% url 'application-manifest' app_slug=application.slug %}"
>{% trans "Edit" %}</a>
</div>
{% endif %}
<div class="buttons">
<a class="button" href="{% url 'application-manifest' app_slug=application.slug %}"
>{% trans "Details" %}</a>
</div>
</div>
{% endfor %}
</div>