FIX: Show unicode title in topic view (#26)
This commit is contained in:
parent
a82db01108
commit
cb7c12defe
|
@ -5,7 +5,7 @@
|
||||||
}}
|
}}
|
||||||
|
|
||||||
<div class="topic-content">
|
<div class="topic-content">
|
||||||
<h1>{{topic.title}}</h1>
|
<h1>{{topic.unicode_title}}</h1>
|
||||||
{{mount-widget
|
{{mount-widget
|
||||||
widget="post"
|
widget="post"
|
||||||
model=model
|
model=model
|
||||||
|
|
Loading…
Reference in New Issue