Revision cccf9d14

b/Changelog
4 4
v0.7.2
5 5
------
6 6

  
7
* Change googleapi fonts to use https protocol
8

  
9

  
10
v0.7.1
11
------
12

  
7 13
* Updated styles
8 14

  
9 15

  
b/cloudcms/templates/cms/base.html
15 15
  {% endblock favicons %}
16 16

  
17 17
  {% block css %}
18
      <link href='http://fonts.googleapis.com/css?family=Didact+Gothic&subset=latin' rel='stylesheet' type='text/css'>
18
      <link href='https://fonts.googleapis.com/css?family=Didact+Gothic&subset=latin' rel='stylesheet' type='text/css'>
19 19
      <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}cloudcms/css/global.css">
20 20
      <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}cloudcms/css/print.css" media="print">
21 21
      <!--[if lte IE 7]>
......
27 27
  {% endblock css %}
28 28

  
29 29
  {% block headjs %}
30
     
31 30
      <script src="{{ MEDIA_URL }}cloudcms/js/jquery-1.7.1.min.js"></script>
32 31
      <script src="{{ MEDIA_URL }}cloudcms/js/underscore.js"></script>
33 32
      <script src="{{ MEDIA_URL }}cloudcms/js/jquery.infieldlabel.js"></script>

Also available in: Unified diff