diff options
Diffstat (limited to 'account/templates/account/profile_update_done.html')
-rw-r--r-- | account/templates/account/profile_update_done.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/account/templates/account/profile_update_done.html b/account/templates/account/profile_update_done.html index 5b10eb2..added9d 100644 --- a/account/templates/account/profile_update_done.html +++ b/account/templates/account/profile_update_done.html @@ -14,7 +14,7 @@ <h2>信息已更新</h2> <p class="lead">您的个人信息已更新。</p> <br> - <p><a href="{% url 'profile' %}" class="btn btn-default">返回个人主页</a></p> + <p><a href="{% url 'profile' %}" class="btn btn-primary">返回个人主页</a></p> </div> {% endblock %} |