mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-21 06:19:13 +00:00
fix: correct typo bockquote -> blockquote in template
This commit is contained in:
parent
dbdc4fc2a3
commit
1fc3669493
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
<div class="comment_body {% if highlighted %}highlighted{% endif %}">{{ body|safe }}</div>
|
||||
{% endif %}
|
||||
<blockquote class="replies">{% for c in replies -%}{{ c.render().unwrap()|safe }}{%- endfor %}
|
||||
</bockquote>
|
||||
</blockquote>
|
||||
</details>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue