diff options
Diffstat (limited to 'pyblackbird_cc/templates/allauth/elements/h2.html')
-rw-r--r-- | pyblackbird_cc/templates/allauth/elements/h2.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyblackbird_cc/templates/allauth/elements/h2.html b/pyblackbird_cc/templates/allauth/elements/h2.html new file mode 100644 index 0000000..e2b412a --- /dev/null +++ b/pyblackbird_cc/templates/allauth/elements/h2.html @@ -0,0 +1,5 @@ +{% load allauth %} +<h2> + {% slot default %} + {% endslot %} +</h2> |