source: firmaeventos/base/templates/base.footer.html @ 452668a

Last change on this file since 452668a was 3ae7c21, checked in by lhernandez <lhernandez@…>, 7 years ago

Merge branch 'master' of https://github.com/cenditel-desarrollo/FirmaEventos

  • Property mode set to 100755
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.