You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% include "reviews/review_stats.html" with total_reviews_written=total_reviews_written total_review_upvotes=total_review_upvotes average_review_rating=average_review_rating %}
19
-
{% include "reviews/reviews.html" with reviews=user.reviews profile=True %}
19
+
{% include "reviews/reviews.html" with paginated_reviews=user.reviews profile=True %}
0 commit comments