tl-its-umich-edu / student_explorer

Tool used by Academic advisors to access student weekly performance
Apache License 2.0
10 stars 13 forks source link

Hide search bar and "My Students" from unauthenticated users (#200) #228

Closed ssciolla closed 4 years ago

ssciolla commented 4 years ago

This PR adds if template blocks around the search bar field and the "My Students" button in the nav bar so that they are only shown to authenticated users (Note that currently if an unauthenticated user tries to use one of these, they are redirected to the login page). I also improved formatting by indenting an element in one place. The PR aims to resolve issue #200.