Rename template to terms

This commit is contained in:
Peter Desmet 2015-01-13 12:06:49 +01:00
parent 83d6e565b2
commit 20bb168603
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ DWCA=Namespace("http://rs.tdwg.org/dwc/terms/attributes/")
def buildHtml():
data=parseTerms()
print """building html files"""
html = Template(file="recommended.tmpl", searchList=[data])
html = Template(file="terms.tmpl", searchList=[data])
recommended = open("../terms/index.html", "w")
recommended.write(str(html))
recommended.close()