Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
M
ManifestationSportive
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Openscop
ManifestationSportive
Commits
1133de7b
Commit
1133de7b
authored
May 13, 2019
by
chrislo42
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
60c4d63a
a9d83011
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
36 deletions
+39
-36
evenements/templates/evenements/blocs/bandeau_resume.html
evenements/templates/evenements/blocs/bandeau_resume.html
+1
-1
evenements/templates/evenements/panneaux/evenement_description.html
.../templates/evenements/panneaux/evenement_description.html
+38
-35
No files found.
evenements/templates/evenements/blocs/bandeau_resume.html
View file @
1133de7b
...
...
@@ -4,7 +4,7 @@
<div
class=
"col-sm-5"
>
<span
title=
"Nom de la manifestation"
data-toggle=
"tooltip"
><i
class=
"dossier"
></i></span>
{{ manif|truncatechars:60|capfirst }}
<br>
class=
"dossier"
></i></span>
<strong>
{{ manif|truncatechars:60|capfirst }}
</strong>
<br>
<i
class=
"structure"
></i>
{{ manif.structure|truncatechars:60|capfirst }}
<br>
<span
title=
"Date de début de la manifestation"
data-toggle=
"tooltip"
><i
class=
"date"
></i></span>
{{ manif.date_debut|date:"d/m/Y" }}
<br>
...
...
evenements/templates/evenements/panneaux/evenement_description.html
View file @
1133de7b
...
...
@@ -202,44 +202,47 @@
{% endif %}
<li
class=
"list-group-item"
>
Description des parcours : {{ object.descriptions_parcours|linebreaksbr }}
</li>
</ul>
{% if not user.organisateur and object.parcours_en_conflit %}
<div
class=
"card-header"
>
<i
class=
"action-requise"
></i>
Possibles conflits de parcours avec d'autres manifestations
</div>
<ul
class=
"list-group mb-3"
>
<li
class=
"list-group-item"
>
<div
class=
"alert alert-warning"
>
<p>
Un risque de conflit est identifié avec la (ou les) manifestation(s) suivantes :
</p>
<ul>
{% for manifestation in object.get_manifs_meme_jour_meme_ville %}
<li><strong>
{{ manifestation }}
</strong>
{% if manifestation.instruction %}
<a
href=
"{{ manifestation.instruction.get_absolute_url }}"
target=
'_blank'
>
(accès au
dossier)
</a>
{% else %}
<span>
(dossier pas encore envoyé)
</span>
{% endif %}
<br>
organisée par
<em>
{{ manifestation.structure }}
</em>
</li>
{% endfor %}
</ul>
<a
href=
"{% url 'carto:route_instructor' route_ids=object.get_conflits_parcours_str role='instructor' %}"
target=
'_blank'
class=
"btn btn-warning"
><i
class=
"carto"
></i>
Afficher leurs cartographies de
parcours
</a>
{% if object.get_conflit_possible %}
<hr>
<p>
Un risque de conflit est identifié avec la (ou les) manifestation(s) suivantes
<u>
qui n'ont pas
de cartographie de parcours
</u>
:
</p>
{% if object.parcours_en_conflit %}
{% if not user.organisateur or user.instructeur %}
<div
class=
"card-header"
>
<i
class=
"action-requise"
></i>
Possibles conflits de parcours avec d'autres manifestations
</div>
<ul
class=
"list-group mb-3"
>
<li
class=
"list-group-item"
>
<div
class=
"alert alert-warning"
>
<p>
Un risque de conflit est identifié avec la (ou les) manifestation(s) suivantes :
</p>
<ul>
{% for manifestation in object.get_conflit_possible %}
<li><strong>
{{ manifestation }}
</strong><br>
organisée par
<em>
{{ manifestation.structure }}
</em></li>
{% for manifestation in object.get_manifs_meme_jour_meme_ville %}
<li><strong>
{{ manifestation }}
</strong>
{% if manifestation.instruction %}
<a
href=
"{{ manifestation.instruction.get_absolute_url }}"
target=
'_blank'
>
(accès au
dossier)
</a>
{% else %}
<span>
(dossier pas encore envoyé)
</span>
{% endif %}
<br>
organisée par
<em>
{{ manifestation.structure }}
</em>
</li>
{% endfor %}
</ul>
{% endif %}
</div>
</li>
</ul>
<a
href=
"{% url 'carto:route_instructor' route_ids=object.get_conflits_parcours_str role='instructor' %}"
target=
'_blank'
class=
"btn btn-warning"
><i
class=
"carto"
></i>
Afficher leurs cartographies de
parcours
</a>
{% if object.get_conflit_possible %}
<hr>
<p>
Un risque de conflit est identifié avec la (ou les) manifestation(s) suivantes
<u>
qui n'ont
pas
de cartographie de parcours
</u>
:
</p>
<ul>
{% for manifestation in object.get_conflit_possible %}
<li><strong>
{{ manifestation }}
</strong><br>
organisée par
<em>
{{ manifestation.structure }}
</em></li>
{% endfor %}
</ul>
{% endif %}
</div>
</li>
</ul>
{% endif %}
{% endif %}
<div
class=
"card-header"
>
Charte du balisage temporaire
...
...
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