From 2196461d0da2b5bdd44f70520273e0d12d96e9e8 Mon Sep 17 00:00:00 2001 From: jmclaus Date: Mon, 6 Oct 2014 09:41:54 +0200 Subject: [PATCH] Changed default post type to discussion. --- lms/templates/discussion/_underscore_templates.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index 2efecb454a..635ff9d7f0 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -443,13 +443,13 @@ ## select a forum post type ${_("Post type:")}
- "}-post-type" class="post-type-input" id="${"<%= form_id %>"}-post-type-question" value="question" checked> + "}-post-type" class="post-type-input" id="${"<%= form_id %>"}-post-type-question" value="question"> - "}-post-type" class="post-type-input" id="${"<%= form_id %>"}-post-type-discussion" value="discussion"> + "}-post-type" class="post-type-input" id="${"<%= form_id %>"}-post-type-discussion" value="discussion" checked>