10 lines
236 B
HTML
10 lines
236 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}Suggestion sent{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<p>Thanks for your suggestion! It may take a while for me to check it out and update the website, so please be patient.</p>
|
|
|
|
|
|
{% endblock %} |