add note about non-funcionality

This commit is contained in:
Jannis Portmann 2021-05-05 21:59:30 +02:00
parent ffbc8e2c6d
commit 845c3880f4

View file

@ -9,10 +9,13 @@
</div> </div>
{% endfor %} {% endfor %}
<div class="alert alert-info" role="alert">
Please note: This is not yet functional!
</div>
<div class="mb-3"> <div class="mb-3">
<h1>Hello {{ user.username }}!</p> <h1>Hello {{ user.username }}!</p>
</div> </div>
<div class="mb-3"> <div class="mb-3">
<form method="post"> <form method="post">
<h3 class="mb-3 font-weight-normal">Change your user data</h3> <h3 class="mb-3 font-weight-normal">Change your user data</h3>