mirror of https://github.com/tdwg/dwc.git
Rename template to terms
This commit is contained in:
parent
7fc2dea5dd
commit
6ec8f56269
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue