view hgwebsite.wsgi @ 469:39b44ed32913

menu: capitalize the menu options in nav bar This patch capitalize the first letter of the options in nav bar.
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 08 Dec 2016 13:48:48 +0530
parents 4d4c4b73808e
children
line wrap: on
line source

import sys, os
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
from hgwebsite import app as application