app: cosmetic: Rename header.html to app-header.html

Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2020-02-18 12:26:41 -08:00 committed by James Valleroy
parent 55bee19963
commit 90d3736431
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
4 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
{% block content %}
{% include "header.html" with icon_filename=icon_filename name=title description=description %}
{% include "app-header.html" with icon_filename=icon_filename name=title description=description %}
<p>
<a title="{% trans 'Add share' %}"

View File

@ -12,7 +12,7 @@
{% block content %}
{% include "header.html" %}
{% include "app-header.html" %}
{% include "toolbar.html" with enabled=is_enabled %}

View File

@ -21,7 +21,7 @@
{% block content %}
{% include "header.html" with setup=True %}
{% include "app-header.html" with setup=True %}
{% include "toolbar.html" %}