source: firmaeventos/base/templates/base.footer.html @ 6228b65

Last change on this file since 6228b65 was 6228b65, checked in by rudmanmrrod <rudman22@…>, 7 years ago

Añadido footer con los datos de cenditel

  • Property mode set to 100644
File size: 461 bytes
Line 
1{% load staticfiles %}
2<img src="{% static 'img/footer.png'%}">
3<div class="blue darken-1">
4    <div class="center" style="font-size: 12px">
5        <p>
6            Centro Nacional de Desarrollo e Investigacion en Tecnologias Libres - CENDITEL - GPLv3.
7            <span style="font: 12px Arial, sans-serif; display: inline-block; transform: rotate(180deg);">©</span>
8            <span id="year-info-develop">{% now "Y" %}</span>
9        </p>
10    </div>
11</div>
Note: See TracBrowser for help on using the repository browser.