source: seguimiento_proyectos/sepai/templates/contenedor/pie.html @ 8c18ab8

desarrollo
Last change on this file since 8c18ab8 was 8c18ab8, checked in by lhernandez <lhernandez@…>, 7 años ago

Implementado logs para cuando se genere un proyecto

  • Propiedad mode establecida a 100644
File size: 466 octetos
Línea 
1{% extends 'contenedor/contenido.html' %}
2 {% block pie %}
3 {% load staticfiles %}
4    <footer class="footer navbar-fixed-bottom">
5    <p align="center">Centro Nacional de Desarrollo e Investigacion en Tecnologias Libres <a href="https://www.cenditel.gob.ve"> <strong>Copyleft <span style="font: 18px Arial, sans-serif; display: inline-block; transform: rotate(180deg);">&copy;</span>CENDITEL {% now "Y" %}</a>.</strong>
6    <p>
7    </footer>
8   
9{% endblock pie %}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.