Skip to content
Snippets Groups Projects
Commit 9fc39f49 authored by Jan Prachař's avatar Jan Prachař
Browse files

org_submit_list: Zmizelý formulář pro smazání řešení

parent 211ab155
No related branches found
No related tags found
No related merge requests found
{% extends "base.html" %}
{% import "bootstrap/wtf.html" as wtf %}
{% set allow_create_solutions=rights.can_create_solutions() %}
{% set allow_edit_points=rights.can_edit_points() %}
{% set allow_upload_solutions=rights.can_upload_solutions() %}
{% set allow_upload_feedback=rights.can_upload_feedback() %}
......@@ -227,7 +228,9 @@ Existuje více než jedna verze oprav, finální je podbarvená.
<div class="form-frame">
<h3 style="margin-top: 10px;">Smazání řešení</h3>
<p>Toto řešení zatím neobsahuje žádný soubor. Pokud bylo přidáno omylem, můžete ho smazat.</p>
<p>
{{ wtf.form_field(form.delete, class='btn btn-danger') }}
</p>
</div>
{% endif %}
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment