Add status template, use for comment deletion status

This commit is contained in:
James Taylor
2019-07-21 22:43:29 -07:00
parent 86382706fe
commit c5827a3bb1
2 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block page_title %}{{ title if (title is defined) else 'Status'}}{% endblock %}
{% block main %}
{{ message }}
{% endblock %}