Skip to content

Commit

Permalink
Template, para poder cambiar la hora estimada
Browse files Browse the repository at this point in the history
  • Loading branch information
techi committed May 30, 2015
1 parent 1e960e5 commit d57c288
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions templates/us/cambiar_hora_estimada.html
Original file line number Diff line number Diff line change
@@ -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 %}

</ol>
<ol class="breadcrumb">
<li><a class="text-danger" href="/proyectos/admin&id={{ proyecto.id }}/"><strong>PROYECTO</strong></a></li>
<li><a class="text-danger" href="/configuracion&id={{proyecto.id}}/confsprint&id={{ sprint.id }}"><strong>CONFIGURACION SPRINT</strong></a></li>
<li class="active"><strong>CAMBIAR HORA ESTIMADA</strong></li>
</ol>
<center><h2 class="text-danger"><strong> CAMBIAR HORA ESTIMADA PARA EL USER STORY {{ us.nombre }}</strong></h2></center>
<table class="abm">
<form action="" method="post" enctype="multipart/form-data">{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Cambiar">
</form>
</table>
{% endblock %}

0 comments on commit d57c288

Please sign in to comment.