diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-02-16 02:51:17 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-05-06 15:48:16 +0200 |
commit | 1b6ea1c1a10b10351351f061b050626a231b128d (patch) | |
tree | 0d85b96184792c1bacb4170a3e4fceb5f511cf93 /ishtar_common/forms.py | |
parent | 1f1545be8ef13050094e8240f3bffc7c985a76e7 (diff) | |
download | Ishtar-1b6ea1c1a10b10351351f061b050626a231b128d.tar.bz2 Ishtar-1b6ea1c1a10b10351351f061b050626a231b128d.zip |
SRA PdL files: raw field for organization (refs #2279)
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 88a3306f4..e6f21ae5b 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-2014 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2010-2015 É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 |