justinmayer / kagi

WebAuthn security keys and TOTP multi-factor authentication for Django
BSD 2-Clause "Simplified" License
91 stars 10 forks source link

Error during template rendering #53

Open P3trol opened 1 year ago

P3trol commented 1 year ago

return render(request, "kagi/base.html",)

Error during template rendering

In template /home/3Barz/.local/lib/python3.10/site-packages/kagi/templates/kagi/base.html, error at line 1

base.html

1 {% extends base_template\ default:"base.html" %}

{% load static %} {% load i18n %}  

MarkusH commented 1 year ago

I don't understand your issue description. Can you add more context, please.