Add the auto-reply feature in the admin panel

This commit is contained in:
Pierre Jaury
2016-03-20 11:00:01 +01:00
parent e1c34c5984
commit b07158c256
6 changed files with 38 additions and 9 deletions

View File

@@ -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>

View File

@@ -0,0 +1,9 @@
{% extends "form.html" %}
{% block title %}
Automatic reply
{% endblock %}
{% block subtitle %}
{{ user }}
{% endblock %}

View File

@@ -1 +0,0 @@
{% extends "working.html" %}