mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Inherited the test, about & help module from PgAdminModule class to load
them automatically by PgAdmin.
This commit is contained in:
committed by
Ashesh Vashi
parent
eb6580b43a
commit
b626eec0fd
@@ -21,7 +21,7 @@
|
||||
{% if config.DEBUG %}<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap-theme.min.css') }}">{% else %}<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap-theme.min.css') }}">{% endif %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/overrides.css') }}">
|
||||
<!-- View specified stylesheets -->
|
||||
{% for stylesheet in current_blueprint.stylesheets %}
|
||||
{% for stylesheet in current_app.stylesheets %}
|
||||
<link rel="stylesheet" href="{{ stylesheet }}">
|
||||
{% endfor %}
|
||||
<!-- Base template scripts -->
|
||||
@@ -32,7 +32,7 @@
|
||||
<script src="{{ url_for('static', filename='js/alertifyjs/pgadmin.defaults.js') }}"></script>
|
||||
<!-- View specified scripts -->
|
||||
|
||||
{% for script in current_blueprint.javascripts %}
|
||||
{% for script in current_app.javascripts %}
|
||||
<script src="{{ script }}"></script>
|
||||
{% endfor %}
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user