From d57c288fd757c852115ac3c5855fe52f7c086f32 Mon Sep 17 00:00:00 2001 From: tere Date: Sat, 30 May 2015 03:30:33 -0400 Subject: [PATCH] Template, para poder cambiar la hora estimada --- templates/us/cambiar_hora_estimada.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/us/cambiar_hora_estimada.html 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