Add the lang prefix to all links
This commit is contained in:
parent
b39cb1c067
commit
3089ede6eb
7 changed files with 40 additions and 11 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<div class="content" id="user-edit">
|
||||
<h1>{{ tr.t(Sentence::ProfileTitle) }}</h1>
|
||||
|
||||
<form action="/user/edit" method="post">
|
||||
<form action="/{{ tr.current_lang_code() }}/user/edit" method="post">
|
||||
|
||||
<label for="input-name">{{ tr.t(Sentence::Name) }}</label>
|
||||
<input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue