Revize 93d0ec10
Přidáno uživatelem Matěj Zeman před téměř 3 roky(ů)
server/templates/users/users.html | ||
---|---|---|
27 | 27 |
<title>Users Details</title> |
28 | 28 |
</head> |
29 | 29 |
<body> |
30 |
<div style='float:left;padding-right:20px'> |
|
31 |
<b>Your role: {{user}}</b> |
|
32 |
</div> |
|
30 | 33 |
<div style='float:left;padding-right:5px'> |
31 | 34 |
<form action="/login" method="get"> |
32 | 35 |
<input type="submit" value="Login" /> |
Také k dispozici: Unified diff
re #9846 Filter text fields keeps their searched content.