mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-07-31 04:51:15 +02:00
Fix search transactions page
This commit is contained in:
@ -12,7 +12,7 @@
|
|||||||
{% include "member/club_info.html" %}
|
{% include "member/club_info.html" %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% elif note.user %}
|
{% elif note.user %}
|
||||||
{% with user=note.user %}
|
{% with user_object=note.user %}
|
||||||
{% include "member/profile_info.html" %}
|
{% include "member/profile_info.html" %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user