mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Make base.html more valid
(imported from commit 07ae94e9678deca71b2b6933df4c4503cda96be5)
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
{% autoescape off %}
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Zephyr</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
{% if not user.is_authenticated %}<a href="/accounts/login/?next=/">login</a> | <a
|
||||
href="/accounts/register/">register</a>{% endif %}
|
||||
|
||||
@@ -6,4 +15,9 @@
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
{% endautoescape %}
|
||||
|
Reference in New Issue
Block a user