#7 New Form
* refactors/renames folders and files for generic template rendering * removes unused choiceColumnForm.html
This commit is contained in:
@@ -8,11 +8,11 @@ class DummyFilterInput(forms.HiddenInput):
|
||||
filter widget being rendered to the template.
|
||||
|
||||
"""
|
||||
template_name = "konova/custom_widgets/dummy-filter-input.html"
|
||||
template_name = "konova/widgets/empty-dummy-input.html"
|
||||
|
||||
|
||||
class TextToClipboardInput(forms.TextInput):
|
||||
template_name = "konova/custom_widgets/text-to-clipboard-input.html"
|
||||
template_name = "konova/widgets/text-to-clipboard-input.html"
|
||||
|
||||
|
||||
class GenerateInput(forms.TextInput):
|
||||
@@ -29,4 +29,4 @@ class GenerateInput(forms.TextInput):
|
||||
)
|
||||
|
||||
"""
|
||||
template_name = "konova/custom_widgets/generate-content-input.html"
|
||||
template_name = "konova/widgets/generate-content-input.html"
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
{% load i18n l10n %}
|
||||
|
||||
{% block body %}
|
||||
{% include 'form/main_data_collapse_form.html' %}
|
||||
{% include 'form/collapsable/form.html' %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user