A bit of formating

This commit is contained in:
Adolfo Gómez 2014-03-25 17:22:12 +00:00
parent 978ab5772d
commit b20c4c933c

View File

@ -53,33 +53,33 @@
{% block menu %}{% include 'uds/html5/snippets/navbar.html' %}{% endblock %}
</div>
<!-- End of menu -->
<div class="st-sticky-wrap">
<div class="container">
{% ifbrowser ie<10 %}
<div class="alert alert-dismissable alert-danger">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
{% trans 'Your browser is supported only partially. Please, upgrade it to a modern html5 browser like Firefox, Chrome, Opera, ... (IE must be 10 or better)' %}
</div>
{% endifbrowser %}
{% block messages %}
{% if messages %}
{% for message in messages %}
<div class="alert alert-dismissable {{ message.tags }}">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
{{ message }}
</div>
{% endfor %}
{% endif %}
{% endblock %}
<!-- Content -->
{% block body %}{% endblock %}
<!-- End of content -->
</div> <!-- End of container -->
<div class="st-sticky-push"></div>
<div class="st-sticky-wrap">
<div class="container">
{% ifbrowser ie<10 %}
<div class="alert alert-dismissable alert-danger">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
{% trans 'Your browser is supported only partially. Please, upgrade it to a modern html5 browser like Firefox, Chrome, Opera, ... (IE must be 10 or better)' %}
</div>
{% endifbrowser %}
{% block messages %}
{% if messages %}
{% for message in messages %}
<div class="alert alert-dismissable {{ message.tags }}">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
{{ message }}
</div>
{% endfor %}
{% endif %}
{% endblock %}
<!-- Content -->
{% block body %}{% endblock %}
<!-- End of content -->
</div> <!-- End of container -->
<div class="st-sticky-push"></div>
</div>
<footer>
{% block footer %}
<a href="http://www.udsenterprise.com">&copy; 2012-2014 Virtual Cable S.L.U.</a>
<a href="http://www.udsenterprise.com">UDS Enterprise Edition. &copy; 2012-2014 Virtual Cable S.L.U.</a>
{% endblock %}
</footer>