first commit
This commit is contained in:
9
server/templates/message.html
Normal file
9
server/templates/message.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}
|
||||
Curls Feedback
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{{message|safe}}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user