Skip to content

Commit 9dc71c4

Browse files
committed
Fixed title tag on the code of conduct page
Closes #157
1 parent e1a3dd6 commit 9dc71c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pythonsd/templates/pythonsd/code-of-conduct.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{% extends 'pythonsd/base.html' %}
22

33

4+
{% block title %}Code of Conduct{% endblock title %}
5+
6+
47
{% block main %}
58
<div class="container mt-3">
69
<h1>Code of Conduct</h1>

0 commit comments

Comments
 (0)