Skip to content

Commit

Permalink
Merge pull request #650 from akvo/feature/649_geo_admin_text
Browse files Browse the repository at this point in the history
[#649] Changed iTouchMap.com into http://mygeoposition.com/
  • Loading branch information
zzgvh committed Jun 26, 2014
2 parents 7680a70 + a7ef306 commit 6c63501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akvo/rsr/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class Meta:


class BaseLocation(models.Model):
_help_text = _(u"Go to <a href='http://itouchmap.com/latlong.html' target='_blank'>iTouchMap.com</a> "
_help_text = _(u"Go to <a href='http://mygeoposition.com/' target='_blank'>http://mygeoposition.com/</a> "
u'to get the decimal coordinates of your project.')
latitude = LatitudeField(_(u'latitude'), db_index=True, default=0, help_text=_help_text)
longitude = LongitudeField(_(u'longitude'), db_index=True, default=0, help_text=_help_text)
Expand Down

0 comments on commit 6c63501

Please sign in to comment.