Move to src dir.
[edumed.git] / contact / widgets.py
diff --git a/contact/widgets.py b/contact/widgets.py
deleted file mode 100644 (file)
index ddcf3cf..0000000
+++ /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('<a{0}></a>', flatatt(attrs))