Skip to content
Snippets Groups Projects
Commit a0f76898 authored by Martin Mareš's avatar Martin Mareš
Browse files

Kosmetická úprava stránky na editaci účtu

parent a19fe661
No related branches found
No related tags found
1 merge request!138Zpracování nedoručenek
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<tr><td>Poznámka:</td><td style="white-space: pre-line;">{{ user.note }}</td></tr> <tr><td>Poznámka:</td><td style="white-space: pre-line;">{{ user.note }}</td></tr>
</table> </table>
<a href='{% if is_org %}{{ url_for('org_org', id=user.user_id) }}{% else %}{{ url_for('org_user', id=user.user_id) }}{% endif %}'>Zpět na detail</a> <a class='btn btn-default' href='{{ user|user_url }}'>Zpět na detail</a>
<hr> <hr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment