OSDN Git Service

static_url better
authoryamat0jp <yamat0jp@yahoo.co.jp>
Fri, 16 Dec 2016 10:22:41 +0000 (19:22 +0900)
committeryamat0jp <yamat0jp@yahoo.co.jp>
Fri, 16 Dec 2016 10:22:41 +0000 (19:22 +0900)
pybbs/title.htm

index 55f4fcb..eb3dfb3 100644 (file)
@@ -3,7 +3,7 @@
 <head><meta charset=utf-8><title>Titles</title>
 <script src=http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js></script>
 <script src={{static_url('js/jquery-ui.min.js')}}></script>
-<script src=static/js/main.js></script>
+<script src={{static_url('js/main.js')}}></script>
 </head>
 <body>
 {% for x in coll %}