mirror of
https://github.com/simple-login/app.git
synced 2026-06-06 19:37:35 +00:00
* Update base templates based on the parter user * Update template * Fix missing check * Check if the user is set * Hide flag usage
9 lines
123 B
HTML
9 lines
123 B
HTML
{% if USE_PARTNER_TEMPLATE %}
|
|
|
|
{% extends "base_partner.html" %}
|
|
|
|
{% else %}
|
|
{% extends "base_sl.html" %}
|
|
|
|
{% endif %}
|