Wording.
[wolnelektury.git] / src / contact / widgets.py
index 62a4976..fd2a49e 100644 (file)
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
 #
@@ -8,6 +7,6 @@ from django.utils.html import format_html
 
 
 class HeaderWidget(forms.widgets.Widget):
-    def render(self, name, value, attrs=None):
+    def render(self, name, value, attrs=None, renderer=None):
         attrs.update(self.attrs)
         return format_html('<a{0}></a>', flatatt(attrs))