equal
deleted
inserted
replaced
8 {% block scripts %} |
8 {% block scripts %} |
9 {{ block.super }} |
9 {{ block.super }} |
10 {% if exits or password_err %} |
10 {% if exits or password_err %} |
11 <script type="text/javascript"> |
11 <script type="text/javascript"> |
12 $(document).ready(function () { |
12 $(document).ready(function () { |
13 $("#inline").colorbox({width:"50%", inline:true, open: true, href:"#message", title:"hello"}); |
13 $("#inline").colorbox({width:"50%", inline:true, open: true, href:"#message", title:"Error"}); |
14 }); |
14 }); |
15 </script> |
15 </script> |
16 {% endif %} |
16 {% endif %} |
17 {% endblock scripts %} |
17 {% endblock scripts %} |
18 |
18 |