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 | 49e0c676d0673111ed35783af6cf66803e034665 (patch) | |
tree | a920f18748bf36f42e188821ccbf752d8d00853a /ishtar_common/forms.py | |
parent | 993416780e04c8de3e59121c6503cc7786c9bea2 (diff) | |
download | Ishtar-49e0c676d0673111ed35783af6cf66803e034665.tar.bz2 Ishtar-49e0c676d0673111ed35783af6cf66803e034665.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 |