Skip to content

Commit f640ac6

Browse files
Code refactoring
1 parent 82ccecb commit f640ac6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/base.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<!DOCTYPE html>
44
<html lang='en'>
55
<head>
6-
<title>{% block title %}Mail{% endblock %}</title>
7-
6+
87
<!-- Favicon -->
98
<link rel='icon' type='image/x-icon' href='{% static "images/favicon.ico" %}'>
109

@@ -18,6 +17,8 @@
1817
<!-- Custom styles -->
1918
<link href='{% static "css/styles.css" %}' rel='stylesheet'>
2019

20+
<title>{% block title %}Mail{% endblock %}</title>
21+
2122
{% block script %}
2223
{% endblock %}
2324

0 commit comments

Comments
 (0)