Changeset - 5747cb6250e7
[Not reviewed]
version_5
0 1 0
kahpa - 10 years ago 2015-10-04 20:44:39

new footer
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/base.html
Show inline comments
 
@@ -103,21 +103,21 @@
 
        {% endfor %}
 
      </div>
 
    {% endif %}
 
  {% endwith %} 
 
  {% endwith %}
 
  {% block content %}
 
  {% endblock %}
 
  </div>
 
  <footer>
 
    <hr style="margin-bottom: 0.5%;">
 
    <div class="col-md-12 text-center">
 
      <a class="pull-left" href="https://twitter.com/FrennVunDerEnn/"><img src="{{ url_for("static", filename="images/tw.png") }}" width="45" /></a>
 
      <a class="pull-right" rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png" /></a>
 
      <address><strong>Frënn vun der Enn a.s.b.l.</strong>  <em>(R.C.S. Luxembourg F 9.478)</em>
 
      <a class="pull-right" rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US">CC-BY-NC-SA</a></address>
 
    </div>
 
  </footer>
 
</div>
 

	
 
{% block scripts %}
 
  {{ super() }}
 
{% endblock %} 
 
{% endblock %}
 

	
 
{% endblock %}
0 comments (0 inline, 0 general)