Conjunto de cambios 10f099e en sapic para utils/templates/base.html


Ignorar:
Fecha y hora:
31/07/2017 14:05:50 (hace 7 años)
Autor:
lhernandez <lhernandez@…>
Branches:
master, erwin, explicacion_situacional, gestion_usuarios, taller_django
Children:
49db2df
Parents:
fcaaf27
Mensaje:

Se desarrollo e implemento el registro de oraganizaciones, preparando para asociar voceros al registro

Fichero:
1 editado

Leyenda

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

    r57f6191 r10f099e  
    1818        <!-- Inicio De las hojas de estilos -->
    1919        <link rel="stylesheet" href="{% static 'bootstrap-3/css/bootstrap.min.css' %}">
     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' %}">
    2031        <link rel="stylesheet" href="{% static 'css/css_custom.css' %}">
    2132        {% endblock css %}
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.