mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +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
9 lines
123 B
HTML
9 lines
123 B
HTML
{% if USE_PARTNER_TEMPLATE %}
|
|
|
|
{% extends "base_partner.html" %}
|
|
|
|
{% else %}
|
|
{% extends "base_sl.html" %}
|
|
|
|
{% endif %}
|