8 lines
391 B
HTML
8 lines
391 B
HTML
{% extends 'layout.html' %}
|
|
{% block content %}
|
|
<div class="content-section">
|
|
<h1>Funktion nicht fertig.</h1>
|
|
<h5>Oops. Ole hat diese Funktion der Webseite noch nicht fertig gestellt.</h5>
|
|
<p>Versuch es in Zukunft nochmal oder frag Ole, wie lange er für diese Funktion noch brauch. Wenn du einen Verbesserungsvorschlag hast, melde dich bei Ole.</p>
|
|
</div>
|
|
{% endblock content %} |