summaryrefslogtreecommitdiff
path: root/templates/usuarios/base.html
blob: cf2645ba6a26ccaff1dbd16d12bd4226bddc651c (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}
{% block title %}{{ block.super }} - Usuarios{% endblock %}
{% block sec-id %}sec-usuarios{% endblock %}
{% block extra_header %}
<link rel="StyleSheet" href="/static/estilos/usuarios.css" type="text/css" />
{% endblock %}
{% block content %}
{% endblock %}