We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_get_form_class_data
post_initialize
task_template
template
if hasattr(self.task, 'task_template'):
self.form_template_name = getattr(self.task, 'task_form_template', None)
if not self.template: raise TaskMustSetTemplate(self.task.__class__) # instead of TaskWithNoTemplateNorForm
The text was updated successfully, but these errors were encountered:
new task form, refactoring, #105
134c36e
@KrzysztofMadejski, please check if everything's fine. Projects: OPORA and KMonitor have been updated.
Sorry, something went wrong.
@ppeczek I don't see code updated in KMonitor repo.
I've checked documentation and added {% extends "transcription.html" %} there.
{% extends "transcription.html" %}
No branches or pull requests
_get_form_class_data
to something better.post_initialize
?task_template
to justtemplate
inif hasattr(self.task, 'task_template'):
self.form_template_name = getattr(self.task, 'task_form_template', None)
The text was updated successfully, but these errors were encountered: