wuwanahq / wuwana2

🇪🇺 Wuwana v2 - A webapp to help users find local suppliers in Spain.
Mozilla Public License 2.0
2 stars 2 forks source link

Login with navbar in admin pages #164

Closed Nils85 closed 3 years ago

Nils85 commented 3 years ago

The navbar should ask to login when you try to access an admin page...

Screen Shot 2021-03-27 at 3 01 17 PM

So the the form currently in the header (when you add "?/login" in the URL) should be moved here instead. Like that the red message will be removed in the main column (on the right).

Nils85 commented 3 years ago

And at the same time we can fix the display bug when "Database" is clicked 🤪

levogirar commented 3 years ago

@Nils85 I have done some modification on my branch about this. I have merged it to develop-v22 Now it looks like this Screen Shot 2021-03-27 at 12 15 52

I agree. /?login should lead to the admin page. Any idea on how to do this?