NLP4ALL / nlp4all

NLP4All is a learning platform for educational institutions to help students that are not in data-oriented fields to understand natural language processing techniques and applications.
1 stars 0 forks source link

Changed my mind, now even easier! #52

Closed zeyus closed 1 year ago

zeyus commented 1 year ago

added BaseController to avoid having to manually specify template path in each invocation of render_template, now we just call the wrapper BaseController.render_template from the class methods via cls.render_template

zeyus commented 1 year ago

Also realised templates in subdirs that call "include" need the subdir specified, but we may be able to make this more tidy later