Skip to content

Commit

Permalink
Remove título errado da aplicação
Browse files Browse the repository at this point in the history
  • Loading branch information
gitnnolabs committed Jul 20, 2022
1 parent e2f0f2b commit b05e820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<link href="{% static 'images/favicons/apple-touch-icon.png' %}" rel="apple-touch-icon">
{% endif %}

<title>{% block title %}{% endblock title %}</title>
<title>{% block title %}{{settings.core_settings.CustomSettings.name}}{% endblock title %}</title>

{% block extra_head %}{% endblock extra_head %}

Expand Down

0 comments on commit b05e820

Please sign in to comment.