-
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Trey <[email protected]>
- Loading branch information
Showing
4 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from __future__ import absolute_import, unicode_literals | ||
|
||
__version__ = "0.8.4" | ||
__version__ = "0.8.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{% extends base|default:"base/base.html" %} | ||
{% block content %} | ||
{% include "pages/invoices/structure/toggler.html" %} | ||
{% if page_template %} | ||
{% include page_template %} | ||
{% endif %} | ||
<div data-hx-swap="content"> | ||
{% if page_template %} | ||
{% include page_template %} | ||
{% endif %} | ||
</div> | ||
{% endblock content %} |
12 changes: 5 additions & 7 deletions
12
frontend/templates/pages/invoices/recurring/dashboard/core/main.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
{% extends base|default:"base/base.html" %} | ||
{% block content %} | ||
<div class="grid grid-cols-1 md:grid-cols-10 gap-4"> | ||
{% include "pages/invoices/structure/toggler.html" %} | ||
<div class="col-span-9 lg:col-span-8" data-hx-swap="content"> | ||
{% if page_template %} | ||
{% include page_template %} | ||
{% endif %} | ||
</div> | ||
{% include "pages/invoices/structure/toggler.html" %} | ||
<div data-hx-swap="content"> | ||
{% if page_template %} | ||
{% include page_template %} | ||
{% endif %} | ||
</div> | ||
{% endblock content %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters