Commit b53b93fe authored by Michal Čihař's avatar Michal Čihař

Fix typos in the log message

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 72250c65
...@@ -93,9 +93,8 @@ def mail_admins_contact(request, subject, message, context, sender): ...@@ -93,9 +93,8 @@ def mail_admins_contact(request, subject, message, context, sender):
Sends a message to the admins, as defined by the ADMINS setting. Sends a message to the admins, as defined by the ADMINS setting.
''' '''
weblate.logger.info( weblate.logger.info(
'contact from from %s: %s', 'contact form from %s',
sender, sender,
subject,
) )
if not settings.ADMINS: if not settings.ADMINS:
messages.error( messages.error(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment