diff --git a/orchestra/contrib/webapps/backends/python.py b/orchestra/contrib/webapps/backends/python.py index 8c7ee35e..fa0b9881 100644 --- a/orchestra/contrib/webapps/backends/python.py +++ b/orchestra/contrib/webapps/backends/python.py @@ -72,7 +72,7 @@ class uWSGIPythonController(WebAppServiceMixin, ServiceController): return context def get_context(self, webapp): - context = super(PHPController, self).get_context(webapp) + context = super(uWSGIPythonController, self).get_context(webapp) options = webapp.get_options() context.update({ 'python_version': webapp.type_instance.get_python_version(),