mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
faae37b6bc
* Update base templates based on the parter user * Update template * Fix missing check * Check if the user is set * Hide flag usage
8 lines
123 B
HTML
8 lines
123 B
HTML
{% if USE_PARTNER_TEMPLATE %}
|
|
|
|
{% extends "base_partner.html" %}
|
|
|
|
{% else %}
|
|
{% extends "base_sl.html" %}
|
|
|
|
{% endif %}
|