Re: Error using url in django template language

2017-02-20 Thread chris rose
hey you tried: you app name is links rather than myapp, so try: -- 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+unsubscr...@googlegroups.com.

RE: Error using url in django template language

2017-02-16 Thread Matthew Pava
In your urls.py, you have the url name as “ytlinks” with an s. But your url tag doesn’t have the s. Try this: {% url ‘ytlinks.ytlinks’ %} From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of xyron Sent: Thursday, February 16, 2017 9:35 AM To: Django users Sub