File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
{% block head %}
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
- < link rel ="stylesheet " href ="{{ url_for('static', filename='style.css') }} ">
7
6
< title > {% block title %}{% endblock %} - YNAB Debt Sync</ title >
8
7
{% endblock %}
9
8
</ head >
Original file line number Diff line number Diff line change 3
3
{% block head %}
4
4
{{ super() }}
5
5
< link rel ="stylesheet " type ="text/css " href ="{{ url_for('static', filename='css/semantic.css') }} ">
6
+ < script src ="https://code.jquery.com/jquery-2.1.4.min.js "> </ script >
6
7
< script src ="{{ url_for('static', filename='css/semantic.js') }} "> </ script >
7
8
< script src ="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.js "> </ script >
8
9
< script src ="{{ url_for('static', filename='js/app.js') }} "> </ script >
You can’t perform that action at this time.
0 commit comments