Skip to content

Commit 72a7419

Browse files
authored
Merge pull request #1981 from codalab/fix_static
Change staticfiles to static, django 3 updates
2 parents 040de25 + 80f3689 commit 72a7419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/profiles/user_account.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "base.html" %}
2-
{% load staticfiles %}
2+
{% load static %}
33

44
{% block content %}
55
<profile-account class="ui text container"></profile-account>

0 commit comments

Comments
 (0)