Conjunto de cambios 943282e en seguimiento_proyectos para sepai/templates/base.html


Ignorar:
Fecha y hora:
01/06/2017 15:11:26 (hace 7 años)
Autor:
lhernandez <lhernandez@…>
Branches:
master, desarrollo
Children:
a7b5a73, c016092
Parents:
b1c4c62
Mensaje:

Se replico el prototipo no funcional para las opciones de gestion de proyectos, preparando para la conectar las funcionalidades de la gestion de proyectos

Fichero:
1 editado

Leyenda

No modificado
Añadido
Eliminado
  • sepai/templates/base.html

    rb1c4c62 r943282e  
    1717        <!-- Inicio De las hojas de estilos -->
    1818        <link rel="stylesheet" href="{% static 'bootstrap-3/css/bootstrap.min.css' %}">
     19                <!-- Font Awesome -->
     20          <link rel="stylesheet" href="{% static 'css/font-awesome.min.css' %}">
     21          <!-- Ionicons -->
     22          <link rel="stylesheet" href="{% static 'css/ionicons.min.css' %}">
     23          <!-- Theme style -->
     24          <link rel="stylesheet" href="{% static 'dist/css/AdminLTE.min.css' %}">
     25
     26          <!-- AdminLTE Skins. We have chosen the skin-blue for this starter
     27                page. However, you can choose any other skin. Make sure you
     28                apply the skin class to the body tag so the changes take effect.
     29          -->
     30          <link rel="stylesheet" href="{% static 'dist/css/skins/skin-blue.min.css' %}">
    1931        <link rel="stylesheet" href="{% static 'css/css_custom.css' %}">
     32
    2033       
    2134        {% endblock css %}
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.