diff --git a/files/routes/posts.py b/files/routes/posts.py index 88d6c494f..1f64ff55f 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -1052,7 +1052,7 @@ def submit_post(v, sub=None): post = Submission( private=bool(request.values.get("private","")), - club=club, + club=False, author_id=v.id, over_18=bool(request.values.get("over_18","")), new=bool(request.values.get("new","")), diff --git a/files/templates/home.html b/files/templates/home.html index 58c0f5593..ae671d497 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -82,13 +82,13 @@ {% block navbar %}
{% if v %} - {% if v.paid_dues %} + - +