Add title display to question detail view
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
<div class="date">
|
||||
Created: {{ question.created_date|date:"d/m/Y"}}
|
||||
</div>
|
||||
<div>
|
||||
<h2>Title: {{ question.title|default:"(No title set)" }}</h2>
|
||||
</div>
|
||||
{% autoescape off %}
|
||||
<span>{{question.stem}}</span>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user