forked from zer.ooo/web
Change titles in the template files I missed
This commit is contained in:
parent
1802ec5750
commit
7b66278aa0
2 changed files with 3 additions and 2 deletions
|
@ -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…
Reference in a new issue