Skip to content

Commit

Permalink
Update users_block_login.tpl
Browse files Browse the repository at this point in the history
``|safetext`` added
  • Loading branch information
rallek committed Feb 12, 2014
1 parent 2f519ce commit 966e29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/Users/templates/users_block_login.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
<form id="users_loginblock_login_form" class="z-form z-linear{if !$show_login_form} z-hide{/if}" action="{modurl modname="Users" type="user" func="login"}" method="post">
<div>
<input type="hidden" id="users_loginblock_returnpage" name="returnpage" value="{$returnpage}" />
<input type="hidden" id="users_loginblock_returnpage" name="returnpage" value="{$returnpage|safetext}" />
<input type="hidden" id="users_loginblock_csrftoken" name="csrftoken" value="{insert name='csrftoken'}" />
<input id="users_login_event_type" type="hidden" name="event_type" value="login_block" />
<input type="hidden" id="users_loginblock_selected_authentication_module" name="authentication_method[modname]" value="{if isset($selected_authentication_method) && $selected_authentication_method}{$selected_authentication_method.modname|default:'false'}{/if}" />
Expand Down

0 comments on commit 966e29b

Please sign in to comment.