diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-16 17:52:02 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-16 17:52:02 +0200 |
commit | d7032e2aac05e7bbe08a3d1bccbeb77adb70ff77 (patch) | |
tree | a920f18748bf36f42e188821ccbf752d8d00853a /ishtar_common/forms.py | |
parent | 74b5ed4972570919f2655948b9c2655892ae19c8 (diff) | |
download | Ishtar-d7032e2aac05e7bbe08a3d1bccbeb77adb70ff77.tar.bz2 Ishtar-d7032e2aac05e7bbe08a3d1bccbeb77adb70ff77.zip |
Person - Organization: add full export (refs #3039)
Diffstat (limited to 'ishtar_common/forms.py')
-rw-r--r-- | ishtar_common/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/forms.py b/ishtar_common/forms.py index 5e0d14eb8..b851c95b2 100644 --- a/ishtar_common/forms.py +++ b/ishtar_common/forms.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2010-2016 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as |