Skip to content

Commit

Permalink
Merge pull request #60 from ebbad18/version-14
Browse files Browse the repository at this point in the history
Node Module Changes.
  • Loading branch information
SaiFi0102 committed Nov 21, 2023
2 parents be778c5 + ec2e725 commit 548d385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frappe/templates/web.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% extends base_template_path %}
{% block hero %}{% endblock %}

{% block content %}

{% macro main_content() %}
{% block hero %}{% endblock %}
<div class="page-content-wrapper">
<!-- breadcrumbs -->
<div class="page-breadcrumbs">
Expand All @@ -13,7 +13,7 @@
</div>

{% block page_container %}
<main class="{% if not full_width %}container my-4{% endif %}">
<main class="{% if not full_width %}container{% endif %}">
<div class="page-header-wrapper">
<div class="page-header">
{% block header %}{% endblock %}
Expand Down
1 change: 1 addition & 0 deletions frappe/utils/boilerplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ def get_data():
tags
{app_name}/docs/current
node_modules/
node_modules
__pycache__
.idea/
.vscode/
Expand Down

0 comments on commit 548d385

Please sign in to comment.