mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 14:07:16 +02:00
card header fix
card header fix
This commit is contained in:
parent
86bd79d7ec
commit
6d7755976e
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
{% endif %}
|
||||
|
||||
<div class="card mb-3">
|
||||
<div class="card-header">{{ object.db_help_category|title }}</div>
|
||||
<div class="card-header">{{ object.help_category|title }}</div>
|
||||
|
||||
<ul class="list-group list-group-flush">
|
||||
{% for topic in topic_list %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue