Refactor how url loading works for static files
This commit is contained in:
+2
-1
@@ -5,6 +5,7 @@ from django.core.exceptions import ValidationError
|
||||
from kaehmy.models import PresetRole, CustomRole, Application, Comment
|
||||
from webapp.models import BaseRole
|
||||
|
||||
|
||||
class CheckboxSelectMultiple(forms.widgets.CheckboxSelectMultiple):
|
||||
option_template_name = 'checkbox_option.html'
|
||||
|
||||
@@ -86,4 +87,4 @@ class CommentForm(forms.ModelForm):
|
||||
|
||||
class Meta:
|
||||
model = Comment
|
||||
fields = ['name', 'email', 'message', 'parent']
|
||||
fields = ['name', 'email', 'message', 'parent']
|
||||
|
||||
Reference in New Issue
Block a user