diff --git a/src/DjangoBlog-master/templates/share_layout/base_account.html b/src/DjangoBlog-master/templates/share_layout/base_account.html index c00d842..53a98fb 100644 --- a/src/DjangoBlog-master/templates/share_layout/base_account.html +++ b/src/DjangoBlog-master/templates/share_layout/base_account.html @@ -5,30 +5,37 @@ - + - - {{ SITE_NAME }} | {{ SITE_DESCRIPTION }} + + {{ SITE_NAME }} |{{ SITE_DESCRIPTION }} + + + {% load compress %} {% compress css %} - + + - + - + - + {% endcompress %} + {% compress js %} + {% endcompress %} - + + + + {% block content %} + {% endblock %} + - - + + + + \ No newline at end of file