Skip to content
Snippets Groups Projects
Commit afd53aef authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

rename templates

parent 1690f74a
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ sub run {
$self->render(
status => 200,
template => 'select_sp',
template => 'step1',
format => 'html'
);
}
......
......@@ -41,7 +41,7 @@ sub run {
$self->render(
status => 200,
template => 'select_email',
template => 'step2',
format => 'html'
);
}
......
......@@ -191,7 +191,7 @@ sub run {
$self->render(
status => 200,
template => 'complete_challenge',
template => 'step3',
format => 'html'
);
}
......
......@@ -126,7 +126,7 @@ sub run {
$self->render(
status => 200,
template => 'create_accounts',
template => 'step4',
format => 'html'
);
}
......
......@@ -19,17 +19,17 @@ nobase_apptemplates_DATA = \
web/edugain/errors.html.tt2 \
web/edugain/home.html.tt2 \
web/edugain/index.html.tt2 \
web/edugain/select_sp.html.tt2 \
web/edugain/select_email.html.tt2 \
web/edugain/complete_challenge.html.tt2 \
web/edugain/create_accounts.html.tt2 \
web/edugain/step1.html.tt2 \
web/edugain/step2.html.tt2 \
web/edugain/step3.html.tt2 \
web/edugain/step4.html.tt2 \
web/renater/errors.html.tt2 \
web/renater/home.html.tt2 \
web/renater/index.html.tt2 \
web/renater/select_sp.html.tt2 \
web/renater/select_email.html.tt2 \
web/renater/complete_challenge.html.tt2 \
web/renater/create_accounts.html.tt2
web/renater/step1.html.tt2 \
web/renater/step2.html.tt2 \
web/renater/step3.html.tt2 \
web/renater/step4.html.tt2
EXTRA_DIST = $(nobase_apptemplates_DATA)
......
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