Skip to content

Commit

Permalink
fix: templates inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Apr 15, 2021
1 parent 5743b90 commit ba5f7bb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name=PKG_NAME,
version='0.4.8',
version='0.4.9',

packages=[PKG_NAME],
package_dir={PKG_NAME: f"{SRC_FOLDER}/{PKG_NAME}"},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "blocks/italia_iframe_16by9.html" %}
{% extends "blocks/italia_link_iframe_16by9.html" %}

<!-- https://getbootstrap.com/docs/4.0/utilities/embed/#aspect-ratios -->

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "blocks/italia_iframe_16by9.html" %}
{% extends "blocks/italia_link_iframe_16by9.html" %}

<!-- https://getbootstrap.com/docs/4.0/utilities/embed/#aspect-ratios -->

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "blocks/italia_iframe_16by9.html" %}
{% extends "blocks/italia_link_iframe_16by9.html" %}

<!-- https://getbootstrap.com/docs/4.0/utilities/embed/#aspect-ratios -->

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% extends "blocks/italia_alert_info.html" %}
{% extends "blocks/italia_pub_alert_info.html" %}

{% block variant %}danger{% endblock %}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% extends "blocks/italia_alert_info.html" %}
{% extends "blocks/italia_pub_alert_info.html" %}

{% block variant %}success{% endblock %}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% extends "blocks/italia_alert_info.html" %}
{% extends "blocks/italia_pub_alert_info.html" %}

{% block variant %}warning{% endblock %}

0 comments on commit ba5f7bb

Please sign in to comment.