chiark / gitweb /
Added listing by age at birth of child to web
[familyTree.git] / cgiFiles / everyPage.py
old mode 100755 (executable)
new mode 100644 (file)
index 08e2d2e..d202b61
@@ -17,6 +17,9 @@ def links():
        print '<a href='+base_url() + 'listTerr.py> list of territories</a>'
        print '<br>'
        print '<a href='+base_url() + 'countNames.py> count how many times first names are use</a>'
+       print '<br>'
+       print '<a href='+base_url()+ 'listAge.py> At what age did people have children</a>'
+
 
        print '<hr>'
 def footer():