https
authorJan Szejko <janek37@gmail.com>
Thu, 25 May 2017 15:03:09 +0000 (17:03 +0200)
committerJan Szejko <janek37@gmail.com>
Thu, 25 May 2017 15:03:09 +0000 (17:03 +0200)
apps/catalogue/templates/catalogue/base.html
apps/catalogue/templates/catalogue/book_text.html
redakcja/templates/base.html

index b623be0..bbfae26 100644 (file)
@@ -14,7 +14,7 @@
 <div id="tabs-nav">
 
     <a href="{% url 'catalogue_document_list' %}">
-        <img src="http://edukacjamedialna.edu.pl/static/img/logo.png" id="logo" width="70px">
+        <img src="https://edukacjamedialna.edu.pl/static/img/logo.png" id="logo" width="70px">
     </a>
 
     <div id="tabs-nav-left">
index b9cc2f0..d7735ea 100644 (file)
@@ -6,7 +6,7 @@
         <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
         <title>{% trans "Redakcja" %} :: {{ book.title }}</title>
        {% compressed_css 'book' %}
-        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
+        <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
        {% compressed_js 'book' %}
     </head>
     <body>
index 54bd394..06e73ce 100644 (file)
@@ -22,7 +22,7 @@
                <!-- version: {{ APP_VERSION }} -->
         <div id="content">{% block maincontent %} {% endblock %}</div>
         </div>
-    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
+    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
     {% block extrabody %}{% endblock %}
     </body>
 </html>