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
6cea3ba9
Verified
Commit
6cea3ba9
authored
Mar 11, 2020
by
Sébastiaan Versteeg
Browse files
Fix banner about events permissions
parent
791fd15f
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/thaliawebsite/templates/base.html
View file @
6cea3ba9
...
...
@@ -60,7 +60,7 @@
</a>
</p>
</div>
{% elif request.member.profile.event_permissions != "all" %}
{% elif
request.member and
request.member.profile.event_permissions != "all" %}
<div
class=
"announcement"
>
<p>
{% blocktrans trimmed %}
...
...
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