mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +00:00
fix: apply url encoding to project names (#20642)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% if doc.status=="Open" %}
|
||||
<div class="web-list-item">
|
||||
<a class="no-decoration" href="/projects?project={{ doc.name }}">
|
||||
<a class="no-decoration" href="/projects?project={{ doc.name | urlencode }}">
|
||||
<div class="row">
|
||||
<div class="col-xs-6">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user