Bläddra i källkod

auto commit

master
jfinn 8 månader sedan
förälder
incheckning
b7b0741373
1 ändrade filer med 5 tillägg och 1 borttagningar
  1. 5
    1
      src/oscar/templates/oscar/base.html

+ 5
- 1
src/oscar/templates/oscar/base.html Visa fil

45
         {% endblock %}
45
         {% endblock %}
46
 
46
 
47
         {# Additional JS scripts #}
47
         {# Additional JS scripts #}
48
+        <meta class="ac60">
48
         {% block extrascripts %}{% endblock %}
49
         {% block extrascripts %}{% endblock %}
50
+        <meta class="ac70">
49
 
51
 
50
         {# Block for body onload functions #}
52
         {# Block for body onload functions #}
53
+        <meta class="ac80">
51
         <script>
54
         <script>
52
             $(function() {
55
             $(function() {
53
                 {% block onbodyload %}{% endblock %}
56
                 {% block onbodyload %}{% endblock %}
54
             });
57
             });
55
         </script>
58
         </script>
56
-
59
+        <meta class="ac90">
57
         {# Page meta-data - this is populated by the 'metadata' template context processor #}
60
         {# Page meta-data - this is populated by the 'metadata' template context processor #}
61
+        <meta class="ac100">
58
     </body>
62
     </body>
59
 </html>
63
 </html>

Laddar…
Avbryt
Spara