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
2c55ef0c
Verified
Commit
2c55ef0c
authored
Oct 05, 2018
by
Sébastiaan Versteeg
Browse files
Fix events external registration
parent
d750e8c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/events/templates/events/event.html
View file @
2c55ef0c
{% extends "base.html" %}
{% load i18n static bleach_tags thumbnail member_card google_map_url %}
{% load i18n static bleach_tags thumbnail member_card google_map_url
grid_item
%}
{% block title %}{{ event.title }} — {% trans "Calendar"|capfirst %} — {{ block.super }}{% endblock %}
{% block opengraph_title %}{{ event.title }} — {% trans "Calendar"|capfirst %} — {{ block.super }}{% endblock %}
...
...
@@ -233,7 +233,8 @@
{% for registration in event.participants %}
<div
class=
"col-4 col-md-3 my-3"
>
{% if registration.is_external %}
{% static 'members/images/default-avatar.jpg' as image %}
{% grid_item title=registration.name image_url=image %}
{% else %}
{% member_card registration.member %}
{% 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