Skip to content

Commit

Permalink
fix:Restored the initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
erkesado committed Jan 27, 2024
1 parent c49ddcb commit fa46bb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion djangocms_admin_style/sass/components/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
width: 100% !important;
color: $black !important;
font-size: $font-size-normal !important;
font-weight: bold;
font-family: $base-font-family !important;
text-align: left;

Expand Down

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion djangocms_admin_style/templates/admin/inc/branding.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ <h1>{{ site_header|default:_('Django Administration') }}</h1>
<li>
<form method="POST" action="{% url 'admin:logout' %}">
{% csrf_token %}
<button type="submit">{% trans 'Log out' %} {% firstof user.get_short_name user.get_username %}</button>
<button type="submit">
<b>{% trans 'Log out' %} {% firstof user.get_short_name user.get_username %}</b>
</button>
</form>
</li>
{% endif %}
Expand Down

0 comments on commit fa46bb2

Please sign in to comment.