pytition / Pytition

Django app for self-hosted privacy-friendly online petitions
https://pytition.org
BSD 3-Clause "New" or "Revised" License
99 stars 28 forks source link

Only show "Create a petition" if logged in #251

Closed pnu-s closed 4 years ago

pnu-s commented 4 years ago

Very minor update: only show the "Create a petition" button on home page if logged in I used the occasion to correct the indentation on the lines above to be more consistent with the rest of the code.

Fixes https://github.com/pytition/Pytition/issues/241