Skip to content

Commit

Permalink
since version 28 nextcloud do not want trailing slash on directory
Browse files Browse the repository at this point in the history
path...
  • Loading branch information
digitalfox committed Mar 6, 2024
1 parent 3e3f018 commit 38880dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/leads/lead_documents.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load i18n %}

{% for directory, docs in documents %}
<h2 class="row mt-2"><a href='{{ lead_doc_url}}/{{ directory }}/'>{{ directory }}</a></h2>
<h2 class="row mt-2"><a href='{{ lead_doc_url}}/{{ directory }}'>{{ directory }}</a></h2>
<ul>
{% for doc, url in docs %}
<li><a href="{{ url }}">{{ doc }}</a></li>
Expand Down

0 comments on commit 38880dc

Please sign in to comment.