20 lines
402 B
Plaintext
20 lines
402 B
Plaintext
<div
|
|
class="achievments-display">
|
|
{% comment %} TODO: display array after implementig gamification {% endcomment %}
|
|
{% include "badge_icon"
|
|
, badgeimg: ''
|
|
, badgename: ''
|
|
, showname: false %}
|
|
|
|
</div>
|
|
|
|
<style>
|
|
.achievments-display {
|
|
padding: 0 0.5rem;
|
|
display: none;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
gap: 20px;
|
|
}
|
|
</style> |