forked from DGNum/gestioCOF
8 lines
280 B
HTML
8 lines
280 B
HTML
{% extends "authens/base.html" %}
|
|
|
|
{% load static %}
|
|
|
|
{% block extra_css %}
|
|
<link type="text/css" rel="stylesheet" href="{% static "fonts/Roboto/roboto.css" %}" />
|
|
<link type="text/css" rel="stylesheet" href="{% static "gestioncof/css/authens_extra.css" %}" />
|
|
{% endblock %}
|