Commit 377b3cf62378dc0b1bdd57cdbbc9c6d73c3560d6
Committed by
Sergio Oliveira
1 parent
3e96a0a5
Exists in
master
and in
39 other branches
Updated and fixed browserid logins
Conflicts: requirements.txt src/templates/base.html
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
requirements.txt
src/templates/base.html
... | ... | @@ -44,6 +44,7 @@ |
44 | 44 | <body class="container"> |
45 | 45 | {% browserid_info %} |
46 | 46 | |
47 | + | |
47 | 48 | {% block navbar %} |
48 | 49 | <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> |
49 | 50 | <div class="container"> |
... | ... | @@ -139,6 +140,7 @@ |
139 | 140 | </div> |
140 | 141 | </div> |
141 | 142 | </nav> |
143 | + | |
142 | 144 | {% endblock %} |
143 | 145 | |
144 | 146 | {% block messages %} | ... | ... |