You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
355 B
9 lines
355 B
{% extends "base" %}
|
|
|
|
{% block content %}
|
|
<div style="text-align: center">
|
|
<img src="{{ profile_user.avatar }}" alt="{{ profile_user.username }}" style="border-radius: 100%">
|
|
<h1><a href="https://discord.com/users/{{ profile_user.id }}">{{ profile_user.username }}</a>'s submissions</h1>
|
|
{{ submissions | length }} images
|
|
</div>
|
|
{% endblock %} |