瀏覽代碼

Tweaked structure question text (no longer a question)

Nathan Schneider 4 年之前
父節點
當前提交
c8465c88e9
共有 1 個文件被更改,包括 2 次插入3 次删除
  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>
     <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 -->