Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
concrexit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
thalia
concrexit
Merge requests
!1233
Added Contact Link to Committee/Society Pages
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added Contact Link to Committee/Society Pages
bug/mail-on-pages
into
master
Overview
3
Commits
4
Changes
1
All threads resolved!
Hide all comments
Merged
Thijs de Jong
requested to merge
bug/mail-on-pages
into
master
5 years ago
Overview
3
Commits
4
Changes
1
All threads resolved!
Hide all comments
Expand
Short description
Added email addresses to Committee and Society Pages.
Edited
5 years ago
by
Thijs de Jong
0
0
Merge request reports
Compare
master
version 3
a68a1cb6
5 years ago
version 2
8606c4a2
5 years ago
version 1
66e0bab0
5 years ago
master (base)
and
latest version
latest version
26bea7ab
4 commits,
5 years ago
version 3
a68a1cb6
3 commits,
5 years ago
version 2
8606c4a2
2 commits,
5 years ago
version 1
66e0bab0
1 commit,
5 years ago
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
website/activemembers/templates/activemembers/membergroup_detail.html
+
6
−
0
Options
@@ -30,6 +30,12 @@
<div
class=
"text-center"
>
{{ membergroup.description|safe }}
</div>
{% if membergroup.committee or membergroup.society %}
<div
class=
"text-center"
>
<strong>
{% trans 'contact email address'|capfirst %}:
</strong>
<a
href=
"mailto:{{ membergroup.contact_address }}"
>
{{ membergroup.contact_address }}
</a>
</div>
{% endif %}
</div>
</section>
{% endif %}
Loading