Skip to content
Snippets Groups Projects
Commit 99b0f84f authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

And the Funding Category has also a name

parent f786814c
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ def json_playout(request):
'show_musicfocus': music_focus,
'show_languages': languages,
# TODO: replace `show_fundingcategory` with `show_funding_category` when engine is updated
'show_fundingcategory': funding_category,
'show_fundingcategory': funding_category.name,
'memo': ts.memo,
'className': classname,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment