When logged in, if you click on your name and then "account" it doesn't work. This is true on the codabench.org site as well as after the latest updates from on the master branch.
The issue is that in the src/templates/profiles/user_account.html it's trying to do
{% load staticfiles %}
instead of:
{% load static %}
That one change seems to fix it.