X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/d0f0e1412cc42d366b234e798dfb68feed05d751..d555d988764995ea1f9f5ece46f453a66f09b334:/contact/widgets.py diff --git a/contact/widgets.py b/contact/widgets.py deleted file mode 100644 index ddcf3cf..0000000 --- a/contact/widgets.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8 -*- -from django import forms -from django.forms.util import flatatt -from django.utils.html import format_html - - -class HeaderWidget(forms.widgets.Widget): - def render(self, name, value, attrs=None): - attrs.update(self.attrs) - return format_html('', flatatt(attrs))