Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
concrexit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
thalia
concrexit
Commits
68b863c0
Commit
68b863c0
authored
Jun 19, 2019
by
Thijs de Jong
Committed by
Sébastiaan Versteeg
Jun 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Contact Link to Committee/Society Pages
parent
da6c923c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
website/activemembers/templates/activemembers/membergroup_detail.html
...vemembers/templates/activemembers/membergroup_detail.html
+6
-0
No files found.
website/activemembers/templates/activemembers/membergroup_detail.html
View file @
68b863c0
...
...
@@ -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 %}
...
...
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