# HG changeset patch
# User Lennard de Rijk
# Date 1233592951 0
# Node ID da7269eb2cfa1266dcfb3640365ebdeaafe20a87
# Parent fe25d98a24c3937c75e8878a3cbbcb651bf3f1df
Fixed EOL errors.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
diff -r fe25d98a24c3 -r da7269eb2cfa app/soc/templates/soc/request/create.html
--- a/app/soc/templates/soc/request/create.html Mon Feb 02 16:21:33 2009 +0000
+++ b/app/soc/templates/soc/request/create.html Mon Feb 02 16:42:31 2009 +0000
@@ -1,58 +1,58 @@
-{% extends "soc/base.html" %}
-{% comment %}
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-{% endcomment %}
-{% load forms_helpers %}
-
-{% block scripts %}
-
-{% endblock %}
-{% block header_title %}
-{{ page_name }}
-{% endblock %}
-
-{% block body %}
-
-
-{% block instructions %}
-{{instruction_message}}
-{% endblock %}
-{% if error_message %}
-
- {{error_message|safe}}
-
-{% endif %}
-
-
-
-{% endblock submit_buttons %}
-{% endblock body %}
+{% extends "soc/base.html" %}
+{% comment %}
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+{% load forms_helpers %}
+
+{% block scripts %}
+
+{% endblock %}
+{% block header_title %}
+{{ page_name }}
+{% endblock %}
+
+{% block body %}
+
+
+{% block instructions %}
+{{instruction_message}}
+{% endblock %}
+{% if error_message %}
+
+ {{error_message|safe}}
+
+{% endif %}
+
+
+
+{% endblock submit_buttons %}
+{% endblock body %}