Rename kaehmy templates

This commit is contained in:
Jan Tuomi
2018-01-25 23:28:49 +02:00
parent c671206e8a
commit 06c2a2b9a6
18 changed files with 43 additions and 104 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from webapp.models import OhlhafvChallenge, KaehmyForm, KaehmyMessage
class KaehmyCheckboxSelectMultiple(forms.widgets.CheckboxSelectMultiple):
option_template_name = 'kaehmy_checkbox_option.html'
option_template_name = 'checkbox_option.html'
def create_option(self, name, value, label, selected, index, subindex=None, attrs=None):
dic = super(KaehmyCheckboxSelectMultiple, self).create_option(name, value, label, selected, index, subindex, attrs)