diff --git a/templates/accounts/user_profile.html b/templates/accounts/user_profile.html index df67a76..93de0a8 100644 --- a/templates/accounts/user_profile.html +++ b/templates/accounts/user_profile.html @@ -1,8 +1,8 @@ +{% extends 'base.html' %} {% block title %}Profile{% endblock %} {% block content %}

Welcome , {{ user.get_username }} !!

-
  • ログアウト
  • {% endblock %}