Commit 267e8db 1 parent 5184874 commit 267e8db Copy full SHA for 267e8db
File tree 2 files changed +22
-21
lines changed
2 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 1
1
Flask == 0.10.1
2
- Flask-SQLAlchemy == 1.0
3
- Jinja2 == 2.7.2
4
- MarkupSafe == 0.18
5
- SQLAlchemy == 0.9.1
6
- Werkzeug == 0.9.4
7
- docopt == 0.6.1
8
- gunicorn == 18.0
9
- ipython == 1.1.0
10
- itsdangerous == 0.23
11
- mandrill == 1.0.53
12
- newrelic == 2.10.0.8
13
- psycopg2 == 2.5.2
14
- requests == 2.2.0
2
+ Flask-SQLAlchemy == 2.0
3
+ Jinja2 == 2.7.3
4
+ MarkupSafe == 0.23
5
+ SQLAlchemy == 0.9.8
6
+ Werkzeug == 0.9.6
7
+ docopt == 0.6.2
8
+ gunicorn == 19.1.1
9
+ ipython == 2.3.1
10
+ itsdangerous == 0.24
11
+ lxml == 3.4.1
12
+ mandrill == 1.0.57
13
+ newrelic == 2.42.0.35
14
+ psycopg2 == 2.5.4
15
+ requests == 2.5.1
15
16
wsgiref == 0.1.2
Original file line number Diff line number Diff line change 78
78
79
79
< meta name ="author " content ="Roberto Alsina, Chris Warrick ">
80
80
</ head >
81
- < body >
81
+ < body > < a href =" #content " class =" sr-only sr-only-focusable " > Skip to main content </ a >
82
82
83
83
< nav class ="navbar navbar-inverse navbar-fixed-top " role ="navigation ">
84
84
< div class ="container ">
123
123
</ li >
124
124
</ ul >
125
125
</ div >
126
-
127
126
</ div >
128
-
129
127
</ nav >
130
128
131
129
< nav class ="navbar navbar-fixed-top navbar-default navbar-nusers " role ="navigation ">
159
157
</ div >
160
158
</ nav >
161
159
<!-- End of Menubar -->
162
- < div class ="container-fluid " id ="container-fluid ">
163
- <!--Body content-->
164
- < div class ="row-fluid ">
160
+
161
+
162
+ < div class ="container " id ="content " role ="main ">
163
+ < div class ="body-content ">
164
+ <!--Body content-->
165
+ < div class ="row ">
165
166
< h1 > {% block title2 %}{{ title }}{% endblock title2 %}</ h1 >
166
167
{% block subtitle %}{% endblock %}
167
168
{% for category, message in get_flashed_messages(with_categories=true) %}
@@ -174,7 +175,6 @@ <h1>{% block title2 %}{{ title }}{% endblock title2 %}</h1>
174
175
175
176
{% block content %}
176
177
{% endblock %}
177
- </ div >
178
178
< footer >
179
179
Contents © 2012-2015 < a href ="mailto:users@getnikola.com "> Roberto Alsina
180
180
and Chris Warrick</ a > | < a
@@ -185,7 +185,7 @@ <h1>{% block title2 %}{{ title }}{% endblock title2 %}</h1>
185
185
{% endif %}
186
186
187
187
</ footer >
188
-
188
+ </ div >
189
189
< script src ="http://getnikola.com/assets/js/all-nocdn.js " type ="text/javascript "> </ script >
190
190
< script src ="https://login.persona.org/include.js "> </ script >
191
191
< script type ="text/javascript ">
You can’t perform that action at this time.
0 commit comments