1

I'm trying to remove a field from the django-geoposition admin widget. This field: enter image description here

I tried going to the source site-packages/geoposition/static/geoposition/geoposition.css and adding display:none to the relevant css class:

.geoposition-search {
    display: none;
    width: 30%;
}

That didn't work. How can I customize this widget?

Alejandro Veintimilla
  • 10,743
  • 23
  • 91
  • 180

0 Answers0