Преглед изворни кода

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 -->