added {place.country_code} to template system

This commit is contained in:
Rhet Turnbull
2020-03-28 10:18:58 -07:00
parent b0456dc8e6
commit be2e16769d
4 changed files with 7 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ TEMPLATE_VALUES = {
"{modified.mon}": "Mar",
"{modified.doy}": "081",
"{place.name}": "Washington, District of Columbia, United States",
"{place.country_code}": "US",
"{place.name.country}": "United States",
"{place.name.state_province}": "District of Columbia",
"{place.name.city}": "Washington",