Fixed change_password block template.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<div>
|
<div>
|
||||||
<form action="/account/change-password" method="post">
|
<form action="{$site_url/}account/change-password" method="post">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Change Password Form</legend>
|
<legend>Change Password Form</legend>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<div>
|
<div>
|
||||||
<form action="/account/change-password" method="post">
|
<form action="{$site_url/}account/change-password" method="post">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Change Password Form</legend>
|
<legend>Change Password Form</legend>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user