Adds html and view for email blocklist

This commit is contained in:
Mouse Reeve
2021-09-08 14:32:11 -07:00
parent 84fcc358fa
commit fd0cf49b40
9 changed files with 78 additions and 10 deletions

View File

@ -1,4 +1,4 @@
{% extends 'settings/admin_layout.html' %}
{% extends 'settings/layout.html' %}
{% load i18n %}
{% block title %}{{ user.username }}{% endblock %}