This commit is contained in:
Niko Abeler 2023-06-13 21:34:10 +02:00
parent 17702cd6f1
commit 7bee6acbf0
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,16 @@
{% extends 'base.html' %}
{% block content %}
<p>
Summary supports Markdown. You can find help here:
</p>
<ul>
<li><a href="https://www.markdownguide.org/basic-syntax/">Markdown Guide</a></li>
<li><a href="https://www.markdownguide.org/cheat-sheet/">Markdown Cheat Sheet</a></li>
</ul>
<form action="" method="post">
{% csrf_token %}
{{ form.as_p }}