Add option for title
This commit is contained in:
parent
15f5a4d281
commit
af1a55138c
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
{% block title %}{{ title }}{% endblock %}
|
||||
{% block meta %}<meta name="description" content="{{ page_description }}">{% endblock %}
|
||||
{% block content %}
|
||||
<h1>{{ title }}</h1>
|
||||
<form method="post" enctype="multipart/form-data" class="mb-5">
|
||||
{% csrf_token %}
|
||||
{{ form|crispy }}
|
||||
|
|
Loading…
Reference in a new issue