Commit 377b3cf62378dc0b1bdd57cdbbc9c6d73c3560d6

Authored by Charles Oliveira
Committed by Sergio Oliveira
1 parent 3e96a0a5

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
... ... @@ -18,7 +18,6 @@ django-hitcounter==0.1.1
18 18 Pillow==2.5.1
19 19 django-i18n-model==0.0.7
20 20 django-tastypie==0.11.0
21   -
22 21 gunicorn==19.1.0
23 22 eventlet==0.15.0
24 23  
... ...
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 %}
... ...