Tuesday, January 29, 2019

base.html

Am trying to add a topic to my base.html and its telling me learning log is not a name space .
here is the code for the base.html modified 
<p>
<a href="{% url 'learning_logs:index'% }">learning log</a> -
  <a href="{% url 'learning_logs:topics' %}">Topics</a>
</p>

{% block content %}{%endblock content %}

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a03aa8b2-e08a-459e-823a-edc4f906fb0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment