Only show projects on first page of events

This commit is contained in:
Thorben Günther 2020-11-04 13:24:28 +01:00 committed by Drew DeVault
parent 2220ddf633
commit 643ed4c9f8
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
{% endif %}
</div>
<div class="col-md-8">
{% if projects %}
{% if projects and page == 1 %}
<div class="row">
<div class="col-md-12">
<form action="{{url_for("users.projects_GET",