We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852fc5b commit b26ff34Copy full SHA for b26ff34
1 file changed
static/website/templates/new-question.html
@@ -45,7 +45,7 @@ <h4>
45
<div class="row">
46
<div class="col-lg-12">
47
<div class="form-group">
48
- <label for="id_title">Title:</label>
+ <label for="id_title"><b>Subject of the Question:</b></label>
49
{% render_field form.title class+="form-control" %}
50
</div>
51
@@ -58,7 +58,7 @@ <h4>
58
59
60
61
- <label for="id_body">Question:</label>
+ <label for="id_body"><b>Question:</b></label>
62
{% render_field form.body class+="form-control" %}
63
64
0 commit comments