* refactors/renames folders and files for generic template rendering
* removes unused choiceColumnForm.html
This commit is contained in:
mipel
2021-10-06 16:15:40 +02:00
parent cac223c922
commit 86ed11c907
18 changed files with 26 additions and 31 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ class EcoAccountTable(BaseTable):
"""
value_total, value_relative = record.get_available_rest()
html = render_to_string("konova/custom_widgets/progressbar.html", {"value": value_relative})
html = render_to_string("konova/widgets/progressbar.html", {"value": value_relative})
return format_html(html)
def render_r(self, value, record: EcoAccount):