<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi</p>
    <p>I have geonode 2.4 installed via docker and inside the metadata
      document I see it is generating url with localhost for the even
      though I changed PUBLIC_LOCATION to point to an external ip. How
      can I ensure that localhost does not appear in metadata.</p>
    <p>I also need to customize the section for supplementary
      information in my metadata so that my app can use it. I have
      changed full_metadata.xml to <br>
    </p>
    <p>    <gmd:supplementalInformation><br>
               {{ layer.supplemental_information }}<br>
             </gmd:supplementalInformation></p>
    <p>But with this change I cannot update my metadata document as it
      throws an error. <br>
    </p>
    <p class="bg-danger">Error updating metadata. Please check the
      following fields: </p>
    <ul class="bg-danger">
      <li>
        <ul class="errorlist">
          <li>Category is required.</li>
        </ul>
      </li>
    </ul>
    <p>It seems to disable the Category tab.</p>
    <p>Regards<br>
    </p>
  </body>
</html>