Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
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
Added Contact Link to Committee/Society Pages
parent
da6c923c
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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