Search Tips

National Adoption Day 2021 – Celebrating a family for every child Monday, November 22, 2021

 

National Adoption Day was celebrated at the Grand Forks County Courthouse Saturday, Nov. 20.

Judge Lolita Hartl-Romanick finalized ten adoptions for seven families.

Molly Schaefer, AASK Supervisor, Catholic Charities North Dakota coordinated the event with the court, practitioners and families.  Jodi Sherman, Court Recorder, Norma O’Halloran, Clerk of District Court Supervisor and Sade Jackson, Deputy Clerk of District Court completed adoption case processes.

An open to the public adoption program followed the adoption hearings where Judge Lolita Hartl-Romanick spoke and handed out roses and apples to children and their families.  The program ended with a sand ceremony that has been the new alternative to the balloon ceremony.

A huge thank you to Grand Forks County Sheriff Department who provided security and to Grand Forks County Buildings & Grounds who assisted behind the scenes to make the National Adoption Day event secure and taken care of.

The National Adoption Day event has made the dreams of children come true by working with policymakers, practitioners and advocates to finalize adoptions, and create and celebrate adoptive families.

The 2021 National Adoption Month website https://www.childwelfare.gov/topics/adoption/nam/ is full of outreach tools and resources to help professionals and families support the initiative this November.

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>