Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
panikdb
Commits
e088b5b3
Commit
e088b5b3
authored
Dec 18, 2013
by
fred
Browse files
limit 'add diffusion' permission
parent
2faf5f63
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikdb/templates/emissions/episode_detail.html
View file @
e088b5b3
...
...
@@ -10,7 +10,9 @@
{% if can_manage %}
<p>
<a
class=
"big-friendly-button"
href=
"edit/"
>
Modifier
</a>
{% if perms.emissions.add_diffusion %}
<a
class=
"big-friendly-button"
id=
"add-diffusion-link"
href=
"#"
>
Ajouter une diffusion
</a>
{% endif %}
<a
class=
"big-friendly-button"
id=
"add-soundfile-link"
href=
"#"
>
Ajouter un son
</a>
<a
class=
"big-friendly-button actually-not-that-friendly"
href=
"delete/"
>
Supprimer
</a>
</p>
...
...
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