Commit 3cf8d56604aa993edc2b0efe7a070f2c0371a4b7

Authored by Charles Oliveira
1 parent 21479bfc

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 46 <body class="container" data-no-turbolink>
47 47 {% browserid_info %}
48 48  
  49 +
49 50 {% block navbar %}
50 51 <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
51 52 <div class="container">
... ...