summaryrefslogtreecommitdiff
path: root/templates/usuarios/nuevo.html
blob: 868f097c34f5d01b7fcccd1458339bbcdb423835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "usuarios/base.html" %}
{% load markup %}
{% block title %}Regístrate en El Garito 2000{% endblock %}
{% block page-header %}Regístrate en El Garito 2000{% endblock %}
{% block content %}
<p><a href="/usuarios/lista/">Lista de usuarios</a></p>
<form method="post" action="./">
  <table>
    {{ userform.as_table }}
  </table>
  <p><input type="submit" value="Crear usuario" /></p>
</form>
{% endblock %}