add exclamation mark

pull/142/head
Aevann 2023-03-21 16:15:51 +02:00
parent 6cb43bb32c
commit 95d1b2c9ce
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ def award_thing(v, thing_type, id):
if not agendaposter_phrase: abort(400, "Missing phrase!")
if len(agendaposter_phrase) > 50:
abort(400, "Max length for phrase is 50 characters")
abort(400, "Max length for phrase is 50 characters!")
author.agendaposter_phrase = agendaposter_phrase