Skip to content
GitLab
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
ba89fee7
Verified
Commit
ba89fee7
authored
Apr 29, 2019
by
Sébastiaan Versteeg
Browse files
Fix css class of older members tab
parent
ae180f9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/members/templates/members/index.html
View file @
ba89fee7
...
...
@@ -43,7 +43,7 @@
</li>
{% endfor %}
<li
class=
"nav-item"
>
<a
class=
"nav-link{% if filter == "
older
"
%}
active
{%
endif
%}"
<a
class=
"nav-link{% if filter == "
older
"
%}
active
{%
endif
%}"
href=
"{% url 'members:index' %}?filter=older{% if keywords %}&keywords={{ keys }}{% endif %}{% if page %}&page={{ page }}{% endif %}#members-directory"
>
{% trans "Older" %}
</a>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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