|
3 | 3 | <html>
|
4 | 4 | <head>
|
5 | 5 | <title>OSM Tasking Manager</title>
|
6 |
| - <link rel="stylesheet" href="${request.static_url('osmtm:static/css/main.css', _query={'v':'2.3.0'})}"> |
7 |
| - <link rel="stylesheet" href="${request.static_url('osmtm:static/js/lib/leaflet.css', _query={'v':'2.3.0'})}"> |
8 |
| - <script src="${request.static_url('osmtm:static/js/lib/jquery-1.7.2.min.js', _query={'v':'2.3.0'})}"></script> |
9 |
| - <script src="${request.static_url('osmtm:static/js/lib/showdown.js', _query={'v':'2.3.0'})}"></script> |
10 |
| - <script src="${request.static_url('osmtm:static/js/lib/jquery-timeago/jquery.timeago.js', _query={'v':'2.3.0'})}"></script> |
11 |
| - <script src="${request.static_url('osmtm:static/js/lib/jquery-timeago/locales/jquery.timeago.%s.js' % request.locale_name, _query={'v':'2.3.0'})}"></script> |
12 |
| - <script src="${request.static_url('osmtm:static/js/lib/sammy-latest.min.js', _query={'v':'2.3.0'})}"></script> |
13 |
| - <script src="${request.static_url('osmtm:static/js/shared.js', _query={'v':'2.3.0'})}"></script> |
14 |
| - <script src="${request.static_url('osmtm:static/bootstrap/dist/js/bootstrap.min.js', _query={'v':'2.3.0'})}"></script> |
| 6 | + <link rel="stylesheet" href="${request.static_url('osmtm:static/css/main.css', _query={'v':'2.3.1'})}"> |
| 7 | + <link rel="stylesheet" href="${request.static_url('osmtm:static/js/lib/leaflet.css', _query={'v':'2.3.1'})}"> |
| 8 | + <script src="${request.static_url('osmtm:static/js/lib/jquery-1.7.2.min.js', _query={'v':'2.3.1'})}"></script> |
| 9 | + <script src="${request.static_url('osmtm:static/js/lib/showdown.js', _query={'v':'2.3.1'})}"></script> |
| 10 | + <script src="${request.static_url('osmtm:static/js/lib/jquery-timeago/jquery.timeago.js', _query={'v':'2.3.1'})}"></script> |
| 11 | + <script src="${request.static_url('osmtm:static/js/lib/jquery-timeago/locales/jquery.timeago.%s.js' % request.locale_name, _query={'v':'2.3.1'})}"></script> |
| 12 | + <script src="${request.static_url('osmtm:static/js/lib/sammy-latest.min.js', _query={'v':'2.3.1'})}"></script> |
| 13 | + <script src="${request.static_url('osmtm:static/js/shared.js', _query={'v':'2.3.1'})}"></script> |
| 14 | + <script src="${request.static_url('osmtm:static/bootstrap/dist/js/bootstrap.min.js', _query={'v':'2.3.1'})}"></script> |
15 | 15 | <%
|
16 | 16 | from pyramid.security import authenticated_userid
|
17 | 17 | from osmtm.models import DBSession, User, TaskComment
|
|
0 commit comments