gae-init / gae-init-upload

Fork of gae-init with Google Cloud Storage
http://upload.gae-init.appspot.com
MIT License
36 stars 15 forks source link

Avoid name clash (in derived projects) #14

Closed mdxs closed 10 years ago

mdxs commented 10 years ago

Renamed the anonymous _ variable to avoid name clash in derived (and translated) projects, when the title='Resource Upload' for the form is likely changed to title=_('Resource Upload') with a from flask.ext.babel import lazy_gettext as _ in the import section.

lipis commented 10 years ago

Maybe using i or index instead because n usually stands for the total..?

mdxs commented 10 years ago

Done; and squashed.

lipis commented 10 years ago

:+1: