Browse Source

Tweaked structure question text (no longer a question)

Nathan Schneider 4 years ago
parent
commit
c8465c88e9
1 changed files with 2 additions and 3 deletions
  1. 2 3
      _layouts/rule.html

+ 2 - 3
_layouts/rule.html

@@ -549,9 +549,8 @@ layout: default
     <span class="question">What is the community’s name?</span>
     <span class="question">What is the community’s name?</span>
     <h1 contenteditable="true" class="editable output" id="communityname">{{ page.community-name }}</h1>
     <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>
-
+    <span class="question">Summarize its structure:</span>
+    <p contenteditable="true" class="editable output" id="structure">{{ page.structure }}</p>
     
     
     <!-- RuleBuilder -->
     <!-- RuleBuilder -->