Skip to content

Commit cfaffab

Browse files
committed
Rounds view was using incorrect template making pagination unstyled etc.
1 parent d3e0192 commit cfaffab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hypha/apply/funds/tables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ def __init__(self, *args, **kwargs):
400400
class Meta:
401401
fields = ("title", "fund", "lead", "start_date", "end_date", "deterrmined")
402402
attrs = {"class": "table"}
403+
template_name = "funds/tables/table.html"
403404

404405
def render_lead(self, value):
405406
return format_html("<span>{}</span>", value)

0 commit comments

Comments
 (0)