mirror of https://github.com/zulip/zulip.git
Add Bootstrap to base.html
(imported from commit fe05c9a68b5ea352a191f29292defb99dff136d7)
This commit is contained in:
parent
1490ae1855
commit
098618df72
|
@ -4,9 +4,11 @@
|
|||
|
||||
<head>
|
||||
<title>Zephyr</title>
|
||||
<link href="/static/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script src="/static/bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
{% if not user.is_authenticated %}<a href="/accounts/login/?next=/">login</a> | <a
|
||||
href="/accounts/register/">register</a>{% endif %}
|
||||
|
|
Loading…
Reference in New Issue