File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
warehouse/admin/templates/admin/organization_applications Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -400,34 +400,34 @@ <h3 class="card-title">Organization Request{% if information_requests %}{% if ou
400
400
</ div >
401
401
< div class ="form-group ">
402
402
< label class ="col-12 control-label ">
403
- Organization Description
403
+ Organization Type
404
404
</ label >
405
405
< div class ="col-12 ">
406
- < textarea class ="form-control " rows =" 4 " readonly > {{ organization_application.description }}</ textarea >
406
+ < input class ="form-control " value =" {{ organization_application.orgtype.value }} " readonly >
407
407
</ div >
408
408
</ div >
409
409
< div class ="form-group ">
410
410
< label class ="col-12 control-label ">
411
- Organization Membership Size
411
+ Organization Description
412
412
</ label >
413
413
< div class ="col-12 ">
414
- < input class ="form-control " value =" {{ organization_application.membership_size.value }} " readonly >
414
+ < textarea class ="form-control " rows =" 4 " readonly > {{ organization_application.description }}</ textarea >
415
415
</ div >
416
416
</ div >
417
417
< div class ="form-group ">
418
418
< label class ="col-12 control-label ">
419
- Anticipated Usage
419
+ Organization Membership Size
420
420
</ label >
421
421
< div class ="col-12 ">
422
- < input class ="form-control " value ="{{ organization_application.usage }} " readonly >
422
+ < input class ="form-control " value ="{{ organization_application.membership_size.value }} " readonly >
423
423
</ div >
424
424
</ div >
425
425
< div class ="form-group ">
426
426
< label class ="col-12 control-label ">
427
- Organization Type
427
+ Anticipated Usage
428
428
</ label >
429
429
< div class ="col-12 ">
430
- < input class ="form-control " value ="{{ organization_application.orgtype.value }} " readonly >
430
+ < input class ="form-control " value ="{{ organization_application.usage }} " readonly >
431
431
</ div >
432
432
</ div >
433
433
</ div >
You can’t perform that action at this time.
0 commit comments