We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e0192 commit cfaffabCopy full SHA for cfaffab
1 file changed
hypha/apply/funds/tables.py
@@ -400,6 +400,7 @@ def __init__(self, *args, **kwargs):
400
class Meta:
401
fields = ("title", "fund", "lead", "start_date", "end_date", "deterrmined")
402
attrs = {"class": "table"}
403
+ template_name = "funds/tables/table.html"
404
405
def render_lead(self, value):
406
return format_html("<span>{}</span>", value)
0 commit comments