Add status template, use for comment deletion status
This commit is contained in:
8
youtube/templates/status.html
Normal file
8
youtube/templates/status.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block page_title %}{{ title if (title is defined) else 'Status'}}{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
{{ message }}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user