mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 23:02:19 +00:00
Send messages as the correct type
This commit is contained in:
@@ -298,7 +298,7 @@ def toggle_reddit_tagging(request):
|
|||||||
tag = 'Enabled'
|
tag = 'Enabled'
|
||||||
else:
|
else:
|
||||||
tag = 'Disabled'
|
tag = 'Disabled'
|
||||||
messages.add_message(request, message.INFO, "Reddit account tagging is now %s" % tag)
|
messages.add_message(request, messages.INFO, "Reddit account tagging is now %s" % tag)
|
||||||
|
|
||||||
if profile.tag_reddit_accounts:
|
if profile.tag_reddit_accounts:
|
||||||
name = profile.primary_character.name
|
name = profile.primary_character.name
|
||||||
|
|||||||
Reference in New Issue
Block a user