fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Form thank you
[wolnelektury.git]
/
src
/
contact
/
widgets.py
diff --git
a/src/contact/widgets.py
b/src/contact/widgets.py
index
785e019
..
fd2a49e
100644
(file)
--- a/
src/contact/widgets.py
+++ b/
src/contact/widgets.py
@@
-1,13
+1,12
@@
-# -*- 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.
#
from django import forms
# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
from django import forms
-from django.forms.util import flatatt
+from django.forms.util
s
import flatatt
from django.utils.html import format_html
class HeaderWidget(forms.widgets.Widget):
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))
attrs.update(self.attrs)
return format_html('<a{0}></a>', flatatt(attrs))