Skip to content

Commit

Permalink
Template, para adjunto, quitar
Browse files Browse the repository at this point in the history
  • Loading branch information
techi committed May 30, 2015
1 parent d57c288 commit cd8f2b0
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 cd8f2b0

Please sign in to comment.