From b848737515c44210ca660212c1b1966376be67d4 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 24 Dec 2018 02:45:05 -0400 Subject: [PATCH] Render the resolve attribute not the literal Signed-off-by: Roberto Rosario --- .../templates/appearance/generic_list_items_subtemplate.html | 2 +- .../templates/appearance/generic_list_subtemplate.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html index 1362c646c1..f689392af0 100644 --- a/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html @@ -75,7 +75,7 @@ {% get_source_columns source=object only_identifier=True as source_column %} {% source_column_resolve column=source_column as column_value %} {% if source_column.is_absolute_url %} - {{ column_value }} + {{ column_value }} {% else %} {{ column_value }} {% endif %} diff --git a/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html index 2b4770d21f..12f69cc96c 100644 --- a/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html @@ -108,7 +108,7 @@ {% if column_value %} {% if source_column.is_absolute_url %} - {{ column_value }} + {{ column_value }} {% else %} {{ column_value }} {% endif %}