mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 03:57:17 +02:00
card header fix
card header fix
This commit is contained in:
parent
7f2dd7f4ec
commit
df6f2942ef
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