Move the admin interface back to a blueprint
This commit is contained in:
9
admin/mailu/ui/templates/alias/edit.html
Normal file
9
admin/mailu/ui/templates/alias/edit.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "alias/create.html" %}
|
||||
|
||||
{% block title %}
|
||||
{% trans %}Edit alias{% endtrans %}
|
||||
{% endblock %}
|
||||
|
||||
{% block subtitle %}
|
||||
{{ alias }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user