You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<label><inputname = "isServiceToCommunity" {%ifproj.isServiceToCommunity%}checked{%endif%}id = "isServiceToCommunity" type = "checkbox" class="checkbox" value = "{{proj.isServiceToCommunity}}">Does your project provide a service to the community?</label>
100
+
<label><inputname = "isServiceToCommunity"
101
+
{%ifproj.isServiceToCommunity%}checked{%endif%}
102
+
id = "isServiceToCommunity"
103
+
type = "checkbox"
104
+
class="checkbox"
105
+
value = "{{proj.isServiceToCommunity}}">
106
+
Does your project provide a service to the community?
<label><inputname = "hasCommunityPartner" {%ifproj.hasCommunityPartner%}checked{%endif%}id = "hasCommunityPartner" type = "checkbox" class="checkbox" value = "{{proj.hasCommunityPartner}}">Does your project involve working with community partners? </label>
113
+
<label><inputname = "hasCommunityPartner"
114
+
{%ifproj.hasCommunityPartner%}checked{%endif%}
115
+
id = "hasCommunityPartner"
116
+
type = "checkbox"
117
+
class="checkbox"
118
+
value = "{{proj.hasCommunityPartner}}">
119
+
Does your project involve working with community partners?
0 commit comments