Skip to content

Commit adabfe6

Browse files
committed
Fix style.css 404 and jQuery referenceerror
Semantic-Org/Semantic-UI-CSS#8
1 parent d84dde6 commit adabfe6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ynabdebtsync/templates/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<head>
44
{% block head %}
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
76
<title>{% block title %}{% endblock %} - YNAB Debt Sync</title>
87
{% endblock %}
98
</head>

ynabdebtsync/templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{% block head %}
44
{{ super() }}
55
<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>
67
<script src="{{ url_for('static', filename='css/semantic.js') }}"></script>
78
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.js"></script>
89
<script src="{{ url_for('static', filename='js/app.js') }}"></script>

0 commit comments

Comments
 (0)