diff --git a/app/templates/chat/chat_options.html b/app/templates/chat/chat_options.html index 211673c1..ab773be7 100644 --- a/app/templates/chat/chat_options.html +++ b/app/templates/chat/chat_options.html @@ -1,36 +1,15 @@ -{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} - {% extends 'themes/' + theme() + '/base.html' %} -{% else %} - {% extends "base.html" %} -{% endif %} -{% set active_child = 'chats' %} -{% from 'bootstrap/form.html' import render_form %} - -{% block app_content %} -
{{ _('If you are reporting abuse then do not delete the conversation - moderators will not be able to read it if you delete it.') }}
-{{ _('If you are reporting abuse then do not delete the conversation - moderators will not be able to read it if you delete it.') }}
diff --git a/app/templates/chat/conversation.html b/app/templates/chat/conversation.html index 62aa8e09..2e4337a0 100644 --- a/app/templates/chat/conversation.html +++ b/app/templates/chat/conversation.html @@ -72,7 +72,23 @@ {% endfor %} {{ render_form(form) }} - {{ _('Options') }} +{{ _('If you want to perform more than one of these (e.g. block and report), hold down Ctrl and click, then complete the operation in the new tabs that open.') }}
-{{ _('If you want to perform more than one of these (e.g. block and report), hold down Ctrl and click, then complete the operation in the new tabs that open.') }}
-
+ +
+