Skip to content

Commit

Permalink
Fix style.css 404 and jQuery referenceerror
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpescador committed Aug 12, 2015
1 parent d84dde6 commit adabfe6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion ynabdebtsync/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
{% block head %}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<title>{% block title %}{% endblock %} - YNAB Debt Sync</title>
{% endblock %}
</head>
Expand Down
1 change: 1 addition & 0 deletions ynabdebtsync/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{% block head %}
{{ super() }}
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/semantic.css') }}">
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="{{ url_for('static', filename='css/semantic.js') }}"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.js"></script>
<script src="{{ url_for('static', filename='js/app.js') }}"></script>
Expand Down

0 comments on commit adabfe6

Please sign in to comment.