Skip to content
Snippets Groups Projects
Commit d381f7b9 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix broken template for WarnShortSSOInterval authproc-filter (#1920)

parent 8ff7b676
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,10 @@ Released TBD ...@@ -16,6 +16,10 @@ Released TBD
* Bumped dependencies * Bumped dependencies
* Fixed a TypeError when accessing the module.php endpoint without specifying a module (#1907) * Fixed a TypeError when accessing the module.php endpoint without specifying a module (#1907)
`core`
* Fixed a broken template for the WarnShortSSOInterval authproc-filter (#1920)
`metarefresh` `metarefresh`
* Added support for 'pdo' outputFormat (v0.11) * Added support for 'pdo' outputFormat (v0.11)
......
...@@ -11,6 +11,6 @@ ...@@ -11,6 +11,6 @@
<div class="trackidtext"> <div class="trackidtext">
<p>{{ '{errors:report_trackid}'|trans }}<span class="trackid">{{ trackId }}</span></p> <p>{{ '{errors:report_trackid}'|trans }}<span class="trackid">{{ trackId }}</span></p>
</div> </div>
<input type="submit" name="continue" id="contbutton" value="'{core:short_sso_interval:retry}'|trans|escape('html') }}" autofocus> <input type="submit" name="continue" id="contbutton" value="{{ '{core:short_sso_interval:retry}'|trans|escape('html') }}" autofocus>
</form> </form>
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment