GRG-Projects / grgweb

0 stars 4 forks source link

In the lab website there is no admin to change pages or add sections. #3

Closed Garyfallidis closed 6 years ago

Garyfallidis commented 7 years ago

:100:

ghoshbishakh commented 7 years ago

Yes actually I have not put any link in the navbar to the admin page. http://elef.soic.indiana.edu/lab/dashboard/login?next=/lab/dashboard/

skoudoro commented 7 years ago

How can I add a small "Log in" button on the top right ?

ghoshbishakh commented 7 years ago

So we can just add a link to the dashboard view in https://github.com/Garyfallidis/lab/blob/master/website/templates/website/header.html#L31

ghoshbishakh commented 7 years ago

<li><a href="{% url "dashboard_login" %}">Login</a></li>