fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Attempt at Django 1.7
[wolnelektury.git]
/
apps
/
ajaxable
/
__init__.py
diff --git
a/apps/ajaxable/__init__.py
b/apps/ajaxable/__init__.py
index
a010543
..
ffa3788
100644
(file)
--- a/
apps/ajaxable/__init__.py
+++ b/
apps/ajaxable/__init__.py
@@
-1,3
+1,7
@@
+# -*- 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.
+#
"""
Provides a way to create forms behaving correctly as AJAX forms
as well as standalone forms without any Javascript.
"""
Provides a way to create forms behaving correctly as AJAX forms
as well as standalone forms without any Javascript.