Add Bootstrap to base.html

(imported from commit fe05c9a68b5ea352a191f29292defb99dff136d7)
This commit is contained in:
Keegan McAllister 2012-08-28 15:06:35 -04:00
parent 1490ae1855
commit 098618df72
1 changed files with 2 additions and 0 deletions

View File

@ -4,9 +4,11 @@
<head> <head>
<title>Zephyr</title> <title>Zephyr</title>
<link href="/static/bootstrap/css/bootstrap.min.css" rel="stylesheet">
</head> </head>
<body> <body>
<script src="/static/bootstrap/js/bootstrap.min.js"></script>
{% if not user.is_authenticated %}<a href="/accounts/login/?next=/">login</a> | <a {% if not user.is_authenticated %}<a href="/accounts/login/?next=/">login</a> | <a
href="/accounts/register/">register</a>{% endif %} href="/accounts/register/">register</a>{% endif %}