Skip to content

Commit 284afdb

Browse files
author
Kátia Nakamura
committed
templates: add missing single quotation marks
1 parent a3d5306 commit 284afdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyconbalkan/core/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<link rel="stylesheet" href="{% static 'css/style.css' %}">
2020

2121
<!-- Timer JS -->
22-
<script src="{% static js/timer.js %}" type="text/javascript"></script>
22+
<script src="{% static 'js/timer.js' %}" type="text/javascript"></script>
2323

2424
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
2525
<!--[if lt IE 9]>

0 commit comments

Comments
 (0)