Skip to content

Commit b311531

Browse files
authored
Merge pull request #159 from Jer-Pha/jer-pha/title-tags
Fixed title tag on the code of conduct page
2 parents e1a3dd6 + 9dc71c4 commit b311531

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
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)