Skip to content

Commit

Permalink
Merge pull request #125 from didita91/gabi
Browse files Browse the repository at this point in the history
Template, para adjunto, quitar
  • Loading branch information
didita91 committed May 30, 2015
2 parents 5be948f + cd8f2b0 commit 516d410
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/us/quitar_adjunto.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block title %}{{ proyecto.nombre }}{% endblock %}
{% block head %}Quitar adjunto de &lt;{{ us.nombre }}&gt;<br>{% endblock %}
{% block content %}
<form id="form_id" action="" method="post">
<p>¿Est&aacute; seguro de que desea quitar este archivo?<span class="optionbuttons">
<input type="submit" value="S&iacute;" />
<input type="button" value="No" onClick ="location.href='/userstories&id={{proyecto.id}}/adj&id={{us.id}}/' "/></span></p>
</form>
{% endblock %}

0 comments on commit 516d410

Please sign in to comment.