Changeset - 390395a0a599
[Not reviewed]
version_5
0 1 0
kahpa - 9 years ago 2015-10-15 11:32:01

added link to quotation
1 file changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/index.html
Show inline comments
 
@@ -2,7 +2,7 @@
 

	
 
{% set title = "Index" %}
 

	
 
{% block styles %} 
 
{% block styles %}
 
  {{ super() }}
 
  <link rel="stylesheet" href="{{ url_for('static', filename='js/video.js/dist/video-js.min.css') }}">
 
{% endblock %}
 
@@ -33,7 +33,7 @@
 
  </div>
 
  <div class="col-md-3">
 
    <blockquote>
 
      <a href="https://martianhumorist.me/" target="blank"><h2 class="text-center">You have something to hide!</h2></a>
 
      <a href="https://martianhumorist.me/141015-2/" target="blank"><h2 class="text-center">You have something to hide!</h2></a>
 
      <footer>The Martian Humorist</footer>
 
    </blockquote>
 
  </div>
 
@@ -85,4 +85,3 @@
 
    videojs.options.flash.swf = "{{ url_for('static', filename='js/video.js/dist/video-js.swf') }}"
 
  </script>
 
{% endblock %}
 

	
0 comments (0 inline, 0 general)