Skip to content

Commit

Permalink
dos2unix prob
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Feb 28, 2024
1 parent fe1b99a commit 01c6eaa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
File renamed without changes.
18 changes: 9 additions & 9 deletions embark/uploader/templatetags/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
__author__ = 'Maximilian Wagner'
__license__ = 'MIT'

from django import template
from django.forms.fields import CheckboxInput

register = template.Library()


@register.filter(name='is_checkbox')
def is_checkbox(value):
return isinstance(value, CheckboxInput)
from django import template
from django.forms.fields import CheckboxInput

register = template.Library()


@register.filter(name='is_checkbox')
def is_checkbox(value):
return isinstance(value, CheckboxInput)

0 comments on commit 01c6eaa

Please sign in to comment.