summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Reports/reports/templates/displays/summary-block-direct-links.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Reports/reports/templates/displays/summary-block-direct-links.html')
-rw-r--r--src/lib/Server/Reports/reports/templates/displays/summary-block-direct-links.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/Server/Reports/reports/templates/displays/summary-block-direct-links.html b/src/lib/Server/Reports/reports/templates/displays/summary-block-direct-links.html
index a218e12b6..60f97eadc 100644
--- a/src/lib/Server/Reports/reports/templates/displays/summary-block-direct-links.html
+++ b/src/lib/Server/Reports/reports/templates/displays/summary-block-direct-links.html
@@ -1,7 +1,7 @@
{% extends "displays/summary-block.html" %}
-{% block linkprefix1 %}/clients/{% endblock %}
-{% block linkprefix2 %}/clients/{% endblock %}
-{% block linkprefix3 %}/clients/{% endblock %}
-{% block linkprefix4 %}/clients/{% endblock %}
-{% block linkprefix5 %}/clients/{% endblock %}
-{% block linkprefix6 %}/clients/{% endblock %} \ No newline at end of file
+{% block linkprefix1 %}{% url Bcfg2.Server.Reports.reports.views.client_index %}{% endblock %}
+{% block linkprefix2 %}{% url Bcfg2.Server.Reports.reports.views.client_index %}{% endblock %}
+{% block linkprefix3 %}{% url Bcfg2.Server.Reports.reports.views.client_index %}{% endblock %}
+{% block linkprefix4 %}{% url Bcfg2.Server.Reports.reports.views.client_index %}{% endblock %}
+{% block linkprefix5 %}{% url Bcfg2.Server.Reports.reports.views.client_index %}{% endblock %}
+{% block linkprefix6 %}{% url Bcfg2.Server.Reports.reports.views.client_index %}{% endblock %} \ No newline at end of file