version 0.1

This commit is contained in:
2022-04-21 14:48:17 +02:00
parent e3d4616e62
commit f754b02d91
6 changed files with 23 additions and 82 deletions

View File

@@ -35,6 +35,7 @@
{{ form.tag(class_='form-control') }}
</div>
<br />
<div class="form-group">
<a class="btn btn-default" href="{{ request.route_url('home') }}"><span class="glyphicon glyphicon-chevron-left"></span> Retour</a>
<button class="btn btn-primary" type="submit" name="form.submitted">
@@ -45,6 +46,7 @@
{% endif %}
</div>
<p class="text-center">Apprendre la syntaxe de <a href="https://www.markdownguide.org/basic-syntax/" target="_blank">Markdown</a></li></p>
</form>