Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
radiopanik
panikdb
Commits
5253438b
Commit
5253438b
authored
Apr 20, 2015
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
warn about statistics loss
parent
c42a4867
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
panikdb/templates/emissions/soundfile_confirm_delete.html
panikdb/templates/emissions/soundfile_confirm_delete.html
+27
-0
No files found.
panikdb/templates/emissions/soundfile_confirm_delete.html
0 → 100644
View file @
5253438b
{% extends "base.html" %}
{% block appbar %}
<h2>
{{ object.episode.emission.title }} — {{ object.episode.title }}
</h2>
<span><a
href=
"../.."
>
Retourner à l'épisode
</a></span>
{% endblock %}
{% block content %}
<p>
Vous allez supprimer le son
<a
href=
"{{ object.file.url }}"
>
{{ object.file.name }}
</a>
.
</p>
<p><strong>
Cela perdra toutes les statistiques (téléchargements et lectures en ligne)
concernant ce fichier.
</strong></p>
<form
method=
"post"
>
{% csrf_token %}
<button>
Confirmer la suppression
</button>
<button
onclick=
"window.location = '../..'; return false;"
>
Annuler
</button>
</form>
{% endblock %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment