beta-nu-theta-chi / ox-dashboard

A chapter dashabord web app in Django for the Beta Nu Chapter of Theta Chi at Case Western Reserve University
MIT License
0 stars 0 forks source link

Hide Info from non-logged in users #43

Closed jcassarly closed 4 years ago

jcassarly commented 4 years ago
jcassarly commented 4 years ago

@DLance96 Could you verify that this change is actually doing what I think it does where the dropdowns for brother pages only appear if you are brother. It seems to work, but I did not expect adding

{% if request.user.brother %}
    ... html ...
{% endif %}

to actually work.... but I also guess I don't know what data gets passed in the request object nor how to look at that message.