From 8c4aa47f7b9cfd7f794a385ee5a78a5b82ddc87b Mon Sep 17 00:00:00 2001 From: Aaron Briggs <abriggs@contractor.usgs.gov> Date: Sat, 23 Jan 2021 07:51:20 -0600 Subject: [PATCH] end of file return --- wdfn-server/waterdata/templates/questions_comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wdfn-server/waterdata/templates/questions_comments.html b/wdfn-server/waterdata/templates/questions_comments.html index ce87c2ae8..2540755b5 100644 --- a/wdfn-server/waterdata/templates/questions_comments.html +++ b/wdfn-server/waterdata/templates/questions_comments.html @@ -6,4 +6,4 @@ <div class="usa-prose"> <h1>Questions and comments here</h1> </div> -{% endblock content %} \ No newline at end of file +{% endblock content %} -- GitLab