diff --git a/templates/us/cambiar_hora_estimada.html b/templates/us/cambiar_hora_estimada.html new file mode 100644 index 0000000..e7cb056 --- /dev/null +++ b/templates/us/cambiar_hora_estimada.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} +{% block title %}{{ proyecto.nombre }}{% endblock %} +{% block head %}Cambiar hora estimada para el User Story {{ us.nombre }}{% endblock %} +{% block content %} + + + +

CAMBIAR HORA ESTIMADA PARA EL USER STORY {{ us.nombre }}

+ + {% csrf_token %} + {{ form.as_p }} + + +
+{% endblock %} \ No newline at end of file