author | Lennard de Rijk <ljvderijk@gmail.com> |
Tue, 03 Feb 2009 21:15:12 +0000 | |
changeset 1206 | 657da4693f4b |
parent 1156 | 40bccd791cf6 |
child 1232 | 3bce6205e24e |
permissions | -rw-r--r-- |
1206
657da4693f4b
Refactored the application review template into group_app.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1156
diff
changeset
|
1 |
{% extends "soc/group_app/review.html" %} |
1156
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
2 |
{% comment %} |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
3 |
Licensed under the Apache License, Version 2.0 (the "License"); |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
4 |
you may not use this file except in compliance with the License. |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
5 |
You may obtain a copy of the License at |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
6 |
|
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
7 |
http://www.apache.org/licenses/LICENSE-2.0 |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
8 |
|
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
9 |
Unless required by applicable law or agreed to in writing, software |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
10 |
distributed under the License is distributed on an "AS IS" BASIS, |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
11 |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
12 |
See the License for the specific language governing permissions and |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
13 |
limitations under the License. |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
14 |
{% endcomment %} |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
15 |
{% load forms_helpers %} |
1206
657da4693f4b
Refactored the application review template into group_app.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1156
diff
changeset
|
16 |
{% block group_details %} |
1156
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
17 |
{% readonly_field_as_twoline_table_row entity.fields.prior_participation.label entity.prior_participation %} |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
18 |
{% readonly_field_as_twoline_table_row entity.fields.prior_application.label entity.prior_application %} |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
19 |
{% readonly_field_as_twoline_table_row entity.fields.license_name.label entity.license_name %} |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
20 |
{% readonly_field_as_twoline_table_row entity.fields.pub_mailing_list.label entity.pub_mailing_list %} |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
21 |
{% readonly_field_as_twoline_table_row entity.fields.dev_mailing_list.label entity.dev_mailing_list %} |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
22 |
{% readonly_field_as_twoline_table_row entity.fields.irc_channel.label entity.irc_channel %} |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
23 |
{% readonly_field_as_twoline_table_row entity.fields.backup_admin.label entity.backup_admin.link_id %} |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
24 |
{% readonly_field_as_twoline_table_row entity.fields.member_criteria.label entity.member_criteria %} |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
25 |
{% readonly_field_as_twoline_table_row entity.fields.contrib_disappears.label entity.contrib_disappears %} |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
26 |
{% readonly_field_as_twoline_table_row entity.fields.member_disappears.label entity.member_disappears %} |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
27 |
{% readonly_field_as_twoline_table_row entity.fields.encourage_contribs.label entity.encourage_contribs %} |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
28 |
{% readonly_field_as_twoline_table_row entity.fields.continued_contribs.label entity.continued_contribs %} |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
29 |
{% readonly_field_as_twoline_table_row entity.fields.ideas.label entity.ideas %} |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
30 |
{% readonly_field_as_twoline_table_row entity.fields.contrib_template.label entity.contrib_template %} |
40bccd791cf6
Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1151
diff
changeset
|
31 |
{% endblock %} |