Thanks Ken, changing
<a href="{% url 'admin' %}">Admin</a>
to
<a href="{% url 'admin:index' %}">Admin</a>
did the trick…
HOW would I figure that out? (what were the steps you took?)
Thanks!!
Thanks Ken, changing
<a href="{% url 'admin' %}">Admin</a>
to
<a href="{% url 'admin:index' %}">Admin</a>
did the trick…
HOW would I figure that out? (what were the steps you took?)
Thanks!!