Skip to content

Commit

Permalink
extend base.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nytsdayo committed Jul 3, 2024
1 parent 8d28351 commit 184ef64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/accounts/user_profile.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% extends 'base.html' %}

{% block title %}Profile{% endblock %}

{% block content %}

<p style="text-align: center;">Welcome , {{ user.get_username }} !!</p>
<li><a href="{% url 'accounts:logout' %}">ログアウト</a></li>
{% endblock %}

0 comments on commit 184ef64

Please sign in to comment.