Commit 3cf8d56604aa993edc2b0efe7a070f2c0371a4b7
1 parent
21479bfc
Exists in
master
and in
39 other branches
Updated and fixed browserid logins
Conflicts: requirements.txt src/templates/base.html
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
colab/templates/base.html
| @@ -46,6 +46,7 @@ | @@ -46,6 +46,7 @@ | ||
| 46 | <body class="container" data-no-turbolink> | 46 | <body class="container" data-no-turbolink> |
| 47 | {% browserid_info %} | 47 | {% browserid_info %} |
| 48 | 48 | ||
| 49 | + | ||
| 49 | {% block navbar %} | 50 | {% block navbar %} |
| 50 | <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> | 51 | <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> |
| 51 | <div class="container"> | 52 | <div class="container"> |