Skip to content
Snippets Groups Projects
Unverified Commit 96359aae authored by José Manuel Macías Luna's avatar José Manuel Macías Luna Committed by GitHub
Browse files

Added preproduction module twig template

parent 0cfe202e
No related branches found
No related tags found
No related merge requests found
{% set pagetitle = 'Warning about accessing a pre-production system'|trans %}
{% extends "base.twig" %}
{% block content %}
<form action="{{ yesTarget }}">
<p>{% trans %}You are now accessing a pre-production system. This authentication setup is for testing and pre-production verification only. If someone sent you a link that pointed you here, and you are not <i>a tester</i> you probably got the wrong link, and should <b>not be here</b>.{% endtrans %}</p><br />
{% for name,value in yesData %}
<input type="hidden" name="{{ name }}" value="{{ value }}" />
{% endfor %}
<p>
<input type="submit" name="yes" class="pure-button pure-button-primary" value="{{'Yes, I know I am accessing a pre-production system'|trans}}" />
</p>
</form>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment