X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/6e28d2a2680de3290eaed5e90cc128d33fe27046..94844345dfed48adec1da56cd29d98e92b84ed2f:/contact/widgets.py?ds=inline

diff --git a/contact/widgets.py b/contact/widgets.py
index a08e351..738ae04 100644
--- a/contact/widgets.py
+++ b/contact/widgets.py
@@ -4,7 +4,6 @@ from django.utils.html import format_html
 
 class HeaderWidget(forms.widgets.Widget):
     def render(self, name, value, attrs=None):
-        return ''
         attrs.update(self.attrs)
-        return format_html('<div{0}>{1}</div>', flatatt(attrs), unicode(value))
-
+        return format_html('<a{0}></a>', flatatt(attrs))
+        # return format_html('<div{0}>{1}</div>', flatatt(attrs), unicode(value))