Rewrite UI for user profile page

This commit is contained in:
cuom1999 2021-07-22 22:54:48 -05:00
parent ef218ccef0
commit 988a96b3dd
19 changed files with 32010 additions and 49 deletions

View file

@ -56,6 +56,7 @@
<link rel="stylesheet" type="text/css" href="{{ static('libs/featherlight/featherlight.min.css') }}">
<link rel="stylesheet" type="text/css" href="{{ static('libs/clipboard/tooltip.css') }}">
<link rel="stylesheet" type="text/css" href="{{ static('libs/select2/select2.css') }}">
<link rel="stylesheet" type="text/css" href="{{ static('icofont/icofont.min.css') }}">
{% endcompress %}
<link rel="canonical"
href="{{ DMOJ_SCHEME }}://{{ DMOJ_CANONICAL|default(site.domain) }}{{ request.get_full_path() }}">