Changeset 1499
- Timestamp:
- 06/05/08 19:01:45 (7 months ago)
- Files:
-
- cherokee/trunk/admin/ModuleGeoip.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/admin/ModuleGeoip.py
r1498 r1499 4 4 import validations 5 5 6 NOTE_COUNTRIES = "Country list to which content the configuration will be applied." 6 ISO3166_URL = "http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm" 7 NOTE_COUNTRIES = "List of countries from the client IPs. It must use the " + \ 8 "<a target=\"_blank\" href=\"%s\">ISO 3166</a> contry notation." % (ISO3166_URL) 7 9 8 10 class ModuleGeoip (Module, FormHelper):