ffa37881b0c3db84989fe48c164b66de0478cb5e
[wolnelektury.git] / apps / ajaxable / __init__.py
1 # -*- coding: utf-8 -*-
2 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
3 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
4 #
5 """
6 Provides a way to create forms behaving correctly as AJAX forms
7 as well as standalone forms without any Javascript.
8 """