i have a menu bar as, HOME   GALLERY   
When i click Home its the index page which is being display after when i 
click Gallary dropdown menu as  house it redirects to  search.html . BUT  
when i  again click hotel it redirects to  127.0.0.1/search/ search1 insted 
of 127.0.0.1/search1. 



i have 3 web pages as:  search.html, search1.html, search2.html. i am 
inheriting search.html to all of those HTML file.

My code:



<div class="topnav">
   
  <a href="">Home</a>
 
  <div class="dropdown">
    <button class="dropbtn">Gallary 
      <i class="fa fa-caret-down"></i>
    </button>
    <div class="dropdown-content">
      <a href="search"> house</a>
      <a href="search1">hotel</a>
      <a href="search2">hospital</a>
     
    </div>

-- 
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.
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/b9c81c3c-30e0-4b3c-84cc-5316ac408089%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to