Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-08-12 09:36:21

0001 {% extends "base.html" %}
0002 
0003 {% comment %}
0004 allauth ships its own complete HTML document as this layout, with a bare
0005 unstyled menu, so its pages arrive without the site's nav or styling.
0006 Extending base.html instead puts every allauth page — third-party signup,
0007 account connections, authentication errors — inside the same chrome as the
0008 rest of the site. allauth's pages fill the content block, which base.html
0009 already wraps in <main>, so no additional wrapper is needed here.
0010 {% endcomment %}
0011 
0012 {% block title %}{% block head_title %}Account{% endblock %} — ePIC Production Monitor{% endblock %}