magic links: fix views titles
This commit is contained in:
parent
4db7217876
commit
878f706f82
@ -1,8 +1,8 @@
|
|||||||
{% extends 'layouts/base.njk' %}
|
{% extends 'layouts/base.njk' %}
|
||||||
|
|
||||||
{% set actionType = magicLink.action_type %}
|
{% set actionType = magicLink.action_type %}
|
||||||
{% set title = app.name + 'Magic Link' + (' - ' + actionType if actionType) %}
|
|
||||||
{% set h1 = 'Magic Link' + (' - ' + actionType if actionType) %}
|
{% set h1 = 'Magic Link' + (' - ' + actionType if actionType) %}
|
||||||
|
{% set title = app.name + ' ' + h1 %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{% extends 'layouts/base.njk' %}
|
{% extends 'layouts/base.njk' %}
|
||||||
|
|
||||||
{% set title = 'Authentication lobby' %}
|
|
||||||
{% set h1 = 'Authentication lobby' %}
|
{% set h1 = 'Authentication lobby' %}
|
||||||
|
{% set title = app.name + ' ' + h1 %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
Loading…
Reference in New Issue
Block a user