mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: revert missing license for maxmind changes (#24538)
Reverts - DEV: maxmind license checking failing tests #24534 - UX: Show if MaxMind key is missing on IP lookup #18993 These changes are leading to surprising results, our logs are now filling up with warnings on dev environments We need the change to be redone
This commit is contained in:
@@ -31,15 +31,7 @@
|
||||
|
||||
<dt>{{i18n "ip_lookup.location"}}</dt>
|
||||
<dd>
|
||||
{{#if this.location.no_license}}
|
||||
<a
|
||||
href="https://meta.discourse.org/t/configure-maxmind-for-reverse-ip-lookups/173941"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
{{i18n "ip_lookup.no_license"}}
|
||||
</a>
|
||||
{{else if this.location.location}}
|
||||
{{#if this.location.location}}
|
||||
<a
|
||||
href="https://maps.google.com/maps?q={{this.location.latitude}},{{this.location.longitude}}"
|
||||
rel="noopener noreferrer"
|
||||
|
||||
Reference in New Issue
Block a user