Change titles in the template files I missed

master
Nienke 8 years ago
parent 1802ec5750
commit 7b66278aa0

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ title ?? "Zer.ooo - What is InfoSec?" }}</title>
<title>{{ title ?? "Zer.ooo" }}</title>
<link rel="stylesheet" href="/css/bootstrap.min.css" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -32,4 +32,4 @@
{% block content %}
{% endblock %}
</body>
</html>
</html>

@ -16,6 +16,7 @@
{{ error }}
</div>
{% endif %}
<form method="post" action="/register">
<input id="invite" type="text" placeholder="Invitation code" name="invite">
<br><br>

Loading…
Cancel
Save