This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
{% if boards | length > 0 %}
|
||||
<p>Доски:</p>
|
||||
{% for board in boards %}
|
||||
<p><a href="/db_posts" class="lime-text red collection-item" style="padding: 2px 2px;">{{board}}</a></p>
|
||||
<p><a href="/{{board}}" class="lime-text red collection-item" style="padding: 2px 2px;">{{board}}</a></p>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user