Adds separate privacy policy section
This commit is contained in:
parent
0ecfff0f16
commit
7622bef35d
7 changed files with 120 additions and 57 deletions
|
@ -23,6 +23,10 @@
|
|||
<label class="label" for="id_code_of_conduct">Code of conduct:</label>
|
||||
{{ site_form.code_of_conduct }}
|
||||
</div>
|
||||
<div class="control">
|
||||
<label class="label" for="id_privacy_policy">Privacy Policy:</label>
|
||||
{{ site_form.privacy_policy }}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<hr aria-hidden="true">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue