add general header for workspace
This commit is contained in:
parent
24356e455d
commit
3b464fc1af
@ -1,6 +1,7 @@
|
||||
{% extends "index.html" %}
|
||||
{% extends "workspace_header_general.html" %}
|
||||
|
||||
{% block workspace_header %}Plugin Marketplace{% endblock %}
|
||||
{% block page_title %}Plugin Marketplace{% endblock %}
|
||||
{% block page_description %}View and install available plugins.{% endblock %}
|
||||
|
||||
{% block workspace_content %}
|
||||
<form action="{{ url_for('plugins_update') }}" method="POST">
|
||||
|
||||
17
tutordash/server/templates/workspace_header_general.html
Normal file
17
tutordash/server/templates/workspace_header_general.html
Normal file
@ -0,0 +1,17 @@
|
||||
{% extends "index.html" %}
|
||||
|
||||
{% block workspace_header %}
|
||||
<div class="info-container">
|
||||
<div>
|
||||
<div class="page-title">{% block page_title %}{% endblock %}</div>
|
||||
<div class="page-description">{% block page_description %}{% endblock %}</div>
|
||||
</div>
|
||||
<div>
|
||||
<div>{% block page_button %}{% endblock %}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="search-container">
|
||||
<i class="fas fa-search search-icon"></i>
|
||||
<input type="text" class="form-control search-input" placeholder="Search...">
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
x
Reference in New Issue
Block a user