Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nk20
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BDE
nk20
Merge requests
!70
Finitions sur l'interface club
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Finitions sur l'interface club
front_club
into
master
Overview
0
Commits
19
Pipelines
1
Changes
22
Merged
Pierre-antoine Comby
requested to merge
front_club
into
master
5 years ago
Overview
0
Commits
19
Pipelines
1
Changes
1
Expand
👍
0
👎
0
Merge request reports
Viewing commit
ee3d441a
Prev
Next
Show latest version
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ee3d441a
add parent club link
· ee3d441a
Pierre-antoine Comby
authored
5 years ago
templates/member/club_info.html
+
3
−
0
Options
@@ -13,6 +13,9 @@
<dt
class=
"col-xl-6"
>
{% trans 'name'|capfirst %}
</dt>
<dd
class=
"col-xl-6"
>
{{ club.name}}
</dd>
<dt
class=
"col-xl-6"
><a
href=
"{% url 'member:club_detail' club.parent_club.pk %}"
>
{% trans 'Club Parent'|capfirst %}
</a></dt>
<dd
class=
"col-xl-6"
>
{{ club.parent_club.name}}
</dd>
<dt
class=
"col-xl-6"
>
{% trans 'membership start'|capfirst %}
</dt>
<dd
class=
"col-xl-6"
>
{{ club.membership_start }}
</dd>
Loading