瀏覽代碼

Removed line about adding to category to activate, when creating a category

deadtom 1 月之前
父節點
當前提交
b7b21071ad
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ownchatbot/templates/add.html

+ 2 - 1
ownchatbot/templates/add.html

@@ -140,9 +140,10 @@
                     </tr>
                 {% endif %}  
             </table>
-            <br>Your {{ reward_type }} will be <span style="color: red;">inactive</span>, until you add it to an active category.
             {% if reward_type == "category" %}
                 <br>By default, new categories are <span style="color: red;">inactive</span>.<br>
+            {% else %}
+                <br>Your {{ reward_type }} will be <span style="color: red;">inactive</span>, until you add it to an active category.
             {% endif %}
             <br><button class="button button2" type="submit">Create {{ reward_type }}</button><br>
         </form>