Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Added Location fields to the admin that were missing
Browse files Browse the repository at this point in the history
  • Loading branch information
markfinger committed Sep 5, 2017
1 parent c61471e commit 1f2320d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions icekit/plugins/location/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ class LocationAdmin(
'fields': (
'address',
'phone_number',
'phone_number_call_to_action',
'url',
'url_call_to_action',
'email',
'email_call_to_action',
)
Expand Down

0 comments on commit 1f2320d

Please sign in to comment.