|
@@ -549,6 +549,10 @@ layout: default
|
|
|
<span class="question">What is the community’s name?</span>
|
|
|
<h1 contenteditable="true" class="editable output" id="communityname">{{ page.community-name }}</h1>
|
|
|
|
|
|
+ <span class="question">What is the basic structure of the community?</span>
|
|
|
+ <p contenteditable="true" class="editable output" id="structure">{{ page.structure }}</p>
|
|
|
+
|
|
|
+
|
|
|
<!-- RuleBuilder -->
|
|
|
|
|
|
<div id="rule-builder">
|
|
@@ -612,10 +616,7 @@ layout: default
|
|
|
<span class="subhead output">Basics</span>
|
|
|
<button onclick="toggleVisible('s1')" class="button chevrons"><img src="{% link assets/tabler_icons/chevrons-down.svg %}" title="Show/hide" /></button>
|
|
|
</h2>
|
|
|
- <div class="section" id="s1" style="display:none">
|
|
|
-
|
|
|
- <span class="question">What is the basic structure of the community?</span>
|
|
|
- <p contenteditable="true" class="editable output" id="structure">{{ page.structure }}</p>
|
|
|
+ <div class="section" id="s1" style="display:none">
|
|
|
|
|
|
<span class="question">What is the community’s mission?</span>
|
|
|
<p contenteditable="true" class="editable output" id="mission">{{ page.mission }}</p>
|