code style
[edumed.git] / contact / templatetags / contact_tags.py
index e84064a..aadba16 100755 (executable)
@@ -1,8 +1,10 @@
+# -*- coding: utf-8 -*-
 from django.template import Library
 from contact.models import Contact
 
 register = Library()
 
+
 @register.filter
 def pretty_print(value):
     return Contact.pretty_print(value)