diff options
author | parth | 2012-03-26 02:45:37 +0530 |
---|---|---|
committer | parth | 2012-03-26 02:45:37 +0530 |
commit | 905ecc51cb6f75e99ea792f7f39230d2dc1d5c40 (patch) | |
tree | 8b9d9c825699375913febc2284e1362705e328d1 /template/base.html | |
parent | 62354a84f25da0730edee1252879539434afcac9 (diff) | |
download | aloha-905ecc51cb6f75e99ea792f7f39230d2dc1d5c40.tar.gz aloha-905ecc51cb6f75e99ea792f7f39230d2dc1d5c40.tar.bz2 aloha-905ecc51cb6f75e99ea792f7f39230d2dc1d5c40.zip |
added block to enter data in navbar
Diffstat (limited to 'template/base.html')
-rw-r--r-- | template/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/base.html b/template/base.html index fe10cb2..d5848db 100644 --- a/template/base.html +++ b/template/base.html @@ -43,6 +43,7 @@ <li><a href="#faq">FAQs</a></li> <li><a href="#contact">Contact</a></li> </ul> + {% block navbar %}{% endblock %} </div><!--/.nav-collapse --> </div> </div> |