fix attribute name, resolves #21
This commit is contained in:
		
							parent
							
								
									c28c095f48
								
							
						
					
					
						commit
						7cf86bb98d
					
				| 
						 | 
					@ -1011,7 +1011,7 @@ class UpdateMediaServerView(FormView, SingleObjectMixin):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def get_context_data(self, *args, **kwargs):
 | 
					    def get_context_data(self, *args, **kwargs):
 | 
				
			||||||
        data = super().get_context_data(*args, **kwargs)
 | 
					        data = super().get_context_data(*args, **kwargs)
 | 
				
			||||||
        data['server_help'] = self.object.help_html
 | 
					        data['server_help'] = self.object.get_help_html
 | 
				
			||||||
        return data
 | 
					        return data
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def get_success_url(self):
 | 
					    def get_success_url(self):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue