Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
django-panik-emissions
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
radiopanik
django-panik-emissions
Commits
67156857
Commit
67156857
authored
Jul 07, 2020
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
templates: give teams its own line/block
parent
57f5a138
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
emissions/templates/emissions/emission_detail.html
emissions/templates/emissions/emission_detail.html
+11
-8
No files found.
emissions/templates/emissions/emission_detail.html
View file @
67156857
...
@@ -49,6 +49,17 @@
...
@@ -49,6 +49,17 @@
{% endif %}
{% endif %}
</div>
</div>
{% if emission.user_set.count > 1 %}
<div
class=
"bo-block team"
>
<h3>
Équipe :
</h3>
<ul
class=
"team"
>
{% for member in emission.user_set.all %}
<li><a
href=
"mailto:{{member.email}}"
>
{{member}}
</a></li>
{% endfor %}
</ul>
</div>
{% endif %}
<div
class=
"bo-block two-columns schedule-team"
>
<div
class=
"bo-block two-columns schedule-team"
>
<div>
<div>
...
@@ -68,14 +79,6 @@
...
@@ -68,14 +79,6 @@
</div>
</div>
<div>
<div>
{% if emission.user_set.count > 1 %}
<h3>
Équipe
</h3>
<ul
class=
"team"
>
{% for member in emission.user_set.all %}
<li><a
href=
"mailto:{{member.email}}"
>
{{member}}
</a></li>
{% endfor %}
</ul>
{% endif %}
{% if perms.emissions.add_absence and absences %}
{% if perms.emissions.add_absence and absences %}
<h3>
Absences planifiées
</h3>
<h3>
Absences planifiées
</h3>
...
...
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