NCPP / ClimateTranslator

2 stars 1 forks source link

fix names on job identifier page #98

Closed bekozi closed 10 years ago

bekozi commented 10 years ago

who: @bekozi

I tried to update the names of items on the job identifier/status page, but did not know where to look (not in the standard HTML like the other pages). If you point me to where I can adjust the names, then I will fix!

LucaCinquini commented 10 years ago

It's part of the code for ncpp/models/climate_translator.py, in the OpenClimateGisJob class. Look for the method:

def getFormData(self):
    """Returns an ordered list of (choice label, choice value) for display to the user."""
bekozi commented 10 years ago

fixed: a66eb06ad62e27a911cd18cf99b910ce6e2808a7