Add the auto-reply feature in the admin panel
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ url_for('user_vacation') }}">
|
||||
<i class="fa fa-plane"></i> <span>Vacation</span>
|
||||
<a href="{{ url_for('user_reply') }}">
|
||||
<i class="fa fa-plane"></i> <span>Auto-reply</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
9
admin/freeposte/templates/user/reply.html
Normal file
9
admin/freeposte/templates/user/reply.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "form.html" %}
|
||||
|
||||
{% block title %}
|
||||
Automatic reply
|
||||
{% endblock %}
|
||||
|
||||
{% block subtitle %}
|
||||
{{ user }}
|
||||
{% endblock %}
|
||||
@@ -1 +0,0 @@
|
||||
{% extends "working.html" %}
|
||||
Reference in New Issue
Block a user