Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Jul 25, 2024
1 parent 5ec81c6 commit 3a1fa0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion newsroom/agenda/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ async def item(_id):
return flask.render_template(
"agenda_index.html",
data=data,
title=item.get("name", item.get("headline"), user_profile_data=user_profile_data),
title=item.get("name", item.get("headline")),
user_profile_data=user_profile_data,
)


Expand Down

0 comments on commit 3a1fa0a

Please sign in to comment.