Skip to content
Snippets Groups Projects
Commit b545a1ac authored by Mitchell Moore's avatar Mitchell Moore
Browse files

Fix default title error

parent c83ea644
No related branches found
No related tags found
1 merge request!20Fix form functionality
......@@ -3,7 +3,7 @@
<head>
{% block head %}
<link rel="stylesheet" href="/register/static/style/application.css">
<title>{% block title %}{% endblock %} - My Webpage</title>
<title>{% block title %}{% endblock %}</title>
{% endblock %}
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment