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
f787ab67
Commit
f787ab67
authored
Jun 19, 2019
by
Sébastiaan Versteeg
Browse files
Merge branch 'bug/mail-on-pages' into 'master'
Added Contact Link to Committee/Society Pages See merge request
!1233
parents
da6c923c
68b863c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/activemembers/templates/activemembers/membergroup_detail.html
View file @
f787ab67
...
...
@@ -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