diff --git a/app/templates/user/edit_profile2.html b/app/templates/user/edit_profile2.html new file mode 100644 index 00000000..e55e541e --- /dev/null +++ b/app/templates/user/edit_profile2.html @@ -0,0 +1,79 @@ +{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} + {% extends 'themes/' + theme() + '/base.html' %} +{% else %} + {% extends "base.html" %} +{% endif %} %} +{% set active_child = 'edit_profile' %} +{% from 'bootstrap/form.html' import render_field %} + +{% block app_content %} +
Change your basic settings and preferences
+ +{{ _('Filters can hide posts that contain keywords you specify, either by making them less noticeable or invisible.') }}
+ {% if filters %} +{{ _('Name') }} | +{{ _('Keywords') }} | +{{ _('Action') }} | +{{ _('Expires') }} | ++ |
---|---|---|---|---|
{{ filter.title }} | +{{ filter.keywords_string()|shorten(30) }} | +{{ _('Invisible') if filter.hide_type == 1 else _('Semi-transparent') }} | +{{ filter.expire_after if filter.expire_after }} | ++ Edit | + Delete + | +
{{ _('No filters defined yet.') }}
+ {% endif %} +Manage what users, communities, domains or instances you want to block. Blocking them means you will no longer see any posts associated with them.
+ Manage User Blocks + Manage Communities Blocks + Manage Domain Blocks + Manage Instance Blocks +