Monday, December 9, 2019

RE: (School) Detail View Not Work

Thanks Dominick

Its work!

 

Thank you so much for your response and help as well.

 

Sent from Mail for Windows 10

 


From: django-users@googlegroups.com <django-users@googlegroups.com> on behalf of Dominick Del Ponte <delponte.domi@gmail.com>
Sent: Tuesday, December 10, 2019 7:48:32 AM
To: django-users@googlegroups.com <django-users@googlegroups.com>
Subject: Re: (School) Detail View Not Work
 
I think the issue is in your school_list.html

specifically this line:
<h2><li><a href="{{school.id}}"></a>{{school.name}}</li></h2> 

Just move the </a> to after {{ school.name }}. The issue is that your link has no content to click on.

On Tue, Dec 10, 2019 at 12:44 AM Parvez Khan Pathan <iamparvezkhan25@gmail.com> wrote:

Not Look Like This : which is not possible to click[Link] at Fist School

Its could be look like this which means click on Fist School and Its Show Detail Of Schools


--
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5811ef71-fb70-4215-a578-fc3550cccca2%40googlegroups.com.

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALLhV5RkrVzenNV%2BDtMKaNgSsaK_n7GJ3qierzB_05Neo2tLCQ%40mail.gmail.com.

No comments:

Post a Comment