Skip to content

Commit 267e8db

Browse files
committedJan 21, 2015
upgrade everything
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 5184874 commit 267e8db

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed
 

‎requirements.txt

+14-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
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
1516
wsgiref==0.1.2

‎templates/base.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
<meta name="author" content="Roberto Alsina, Chris Warrick">
8080
</head>
81-
<body>
81+
<body><a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
8282

8383
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
8484
<div class="container">
@@ -123,9 +123,7 @@
123123
</li>
124124
</ul>
125125
</div>
126-
127126
</div>
128-
129127
</nav>
130128

131129
<nav class="navbar navbar-fixed-top navbar-default navbar-nusers" role="navigation">
@@ -159,9 +157,12 @@
159157
</div>
160158
</nav>
161159
<!-- 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">
165166
<h1>{% block title2 %}{{ title }}{% endblock title2 %}</h1>
166167
{% block subtitle %}{% endblock %}
167168
{% for category, message in get_flashed_messages(with_categories=true) %}
@@ -174,7 +175,6 @@ <h1>{% block title2 %}{{ title }}{% endblock title2 %}</h1>
174175

175176
{% block content %}
176177
{% endblock %}
177-
</div>
178178
<footer>
179179
Contents © 2012-2015 <a href="mailto:users@getnikola.com">Roberto Alsina
180180
and Chris Warrick</a>  |  <a
@@ -185,7 +185,7 @@ <h1>{% block title2 %}{{ title }}{% endblock title2 %}</h1>
185185
{% endif %}
186186

187187
</footer>
188-
188+
</div>
189189
<script src="http://getnikola.com/assets/js/all-nocdn.js" type="text/javascript"></script>
190190
<script src="https://login.persona.org/include.js"></script>
191191
<script type="text/javascript">

0 commit comments

Comments
 (0)
Please sign in to comment.