mirror of
https://github.com/ae-utbm/sith.git
synced 2026-06-06 08:09:20 +00:00
Add missing translations
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
{% block content %}
|
||||
<main x-data="user_pictures({ userId: {{ object.id }} })">
|
||||
{% if user.id == object.id %}
|
||||
{{ download_button("Download all my pictures") }}
|
||||
{{ download_button(_("Download all my pictures")) }}
|
||||
{% endif %}
|
||||
|
||||
<template x-for="[album, pictures] in Object.entries(albums)" x-cloak>
|
||||
|
||||
Reference in New Issue
Block a user