Skip to content

Commit b26ff34

Browse files
authored
changed title in question page (#65)
1 parent 852fc5b commit b26ff34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

static/website/templates/new-question.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h4>
4545
<div class="row">
4646
<div class="col-lg-12">
4747
<div class="form-group">
48-
<label for="id_title">Title:</label>
48+
<label for="id_title"><b>Subject of the Question:</b></label>
4949
{% render_field form.title class+="form-control" %}
5050
</div>
5151

@@ -58,7 +58,7 @@ <h4>
5858
</div>
5959

6060
<div class="form-group">
61-
<label for="id_body">Question:</label>
61+
<label for="id_body"><b>Question:</b></label>
6262
{% render_field form.body class+="form-control" %}
6363
</div>
6464

0 commit comments

Comments
 (0)