From efbbd480ddc62e695123d31c31d233b0df5155bd Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 13 May 2024 17:26:25 +0100 Subject: After first pre-commit processing --- pyblackbird_cc/templates/allauth/elements/badge.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pyblackbird_cc/templates/allauth/elements/badge.html (limited to 'pyblackbird_cc/templates/allauth/elements/badge.html') diff --git a/pyblackbird_cc/templates/allauth/elements/badge.html b/pyblackbird_cc/templates/allauth/elements/badge.html new file mode 100644 index 0000000..e86669b --- /dev/null +++ b/pyblackbird_cc/templates/allauth/elements/badge.html @@ -0,0 +1,6 @@ +{% load allauth %} + + + {% slot %} +{% endslot %} + -- cgit v1.2.3