Fix: Remove trailing slash "/" from route (#30532)

Routes with trailing slash "/" causes a redirect to port 8080 in docker host with reverse proxy.
The Student Admission Row template has this issue.
This commit is contained in:
Alberto826
2022-04-01 11:18:00 +02:00
committed by GitHub
parent 65763275ae
commit 5d14e7860e

View File

@@ -1,6 +1,6 @@
<div class="web-list-item transaction-list-item">
{% set today = frappe.utils.getdate(frappe.utils.nowdate()) %}
<a href = "{{ doc.route }}/" class="no-underline">
<a href = "{{ doc.route }}" class="no-underline">
<div class="row">
<div class="col-sm-4 bold">
<span class="indicator