Skip to content

Commit

Permalink
Improve consistency, possible related to #821
Browse files Browse the repository at this point in the history
  • Loading branch information
nonprofittechy committed Feb 6, 2024
1 parent ddabf48 commit b7df6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docassemble/AssemblyLine/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ def session_list_html(
"arguments": {
"session": answer.get("key"),
"filename": answer.get("filename"),
"title": nice_interview_subtitle(answer),
"title": nice_interview_subtitle(answer) or nice_interview_title(answer),
},
},
]
Expand Down

0 comments on commit b7df6f9

Please sign in to comment.