You've already forked snikket-web-portal
Compare commits
8 Commits
feature/ad
...
fix/rc2-ru
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7411f4a9e1 | ||
|
|
d63ae4768a | ||
|
|
92a8da724f | ||
|
|
ea3a081b6c | ||
|
|
0647ba2601 | ||
|
|
2769036f94 | ||
|
|
c76befad1c | ||
|
|
74ecfb8653 |
@@ -53,7 +53,7 @@ def flatten(a: typing.Iterable, levels: int = 1) -> typing.Iterable:
|
|||||||
|
|
||||||
def circle_name(c: typing.Any) -> str:
|
def circle_name(c: typing.Any) -> str:
|
||||||
if c.id_ == "default" and c.name == "default":
|
if c.id_ == "default" and c.name == "default":
|
||||||
return _("Main")
|
return _l("Main")
|
||||||
return c.name
|
return c.name
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -190,7 +190,7 @@ class AdminGroupChatInfo:
|
|||||||
return cls(
|
return cls(
|
||||||
id_=data["id"],
|
id_=data["id"],
|
||||||
jid=data["jid"],
|
jid=data["jid"],
|
||||||
name=data["name"],
|
name=data.get("name", ""),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
{% block head_lead %}
|
{% block head_lead %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<title>{% trans %}Reset your password | Snikket{% endtrans %}</title>
|
<title>{% trans %}Reset your password | Snikket{% endtrans %}</title>
|
||||||
<script async type="text/javascript" src="{{ url_for("static", filename="js/qrcode.min.js") }}"></script>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<form method="POST"><div class="form layout-expanded">
|
<form method="POST"><div class="form layout-expanded">
|
||||||
@@ -27,9 +26,4 @@
|
|||||||
{%- call form_button("passwd", form.action_reset, class="primary") -%}{%- endcall -%}
|
{%- call form_button("passwd", form.action_reset, class="primary") -%}{%- endcall -%}
|
||||||
</div>
|
</div>
|
||||||
</div></form>
|
</div></form>
|
||||||
<script type="text/javascript">
|
|
||||||
var onload = function() {
|
|
||||||
apply_qr_code(document.getElementById("qr-uri"));
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -134,7 +134,6 @@
|
|||||||
|
|
||||||
var onload = function() {
|
var onload = function() {
|
||||||
apply_qr_code(document.getElementById("qr-invite-page"));
|
apply_qr_code(document.getElementById("qr-invite-page"));
|
||||||
apply_qr_code(document.getElementById("qr-uri"));
|
|
||||||
var popover_as = document.getElementsByClassName("popover");
|
var popover_as = document.getElementsByClassName("popover");
|
||||||
for (var i = 0; i < popover_as.length; ++i) {
|
for (var i = 0; i < popover_as.length; ++i) {
|
||||||
var a = popover_as[i];
|
var a = popover_as[i];
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -8,14 +8,14 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2023-12-08 12:08+0000\n"
|
"POT-Creation-Date: 2023-12-12 18:22+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.13.1\n"
|
"Generated-By: Babel 2.14.0\n"
|
||||||
|
|
||||||
#: snikket_web/admin.py:69 snikket_web/templates/admin_delete_user.html:10
|
#: snikket_web/admin.py:69 snikket_web/templates/admin_delete_user.html:10
|
||||||
#: snikket_web/templates/admin_edit_circle.html:73
|
#: snikket_web/templates/admin_edit_circle.html:73
|
||||||
@@ -1260,11 +1260,11 @@ msgstr ""
|
|||||||
msgid "Reset your password | Snikket"
|
msgid "Reset your password | Snikket"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: snikket_web/templates/invite_reset.html:15
|
#: snikket_web/templates/invite_reset.html:14
|
||||||
msgid "Reset your password online"
|
msgid "Reset your password online"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: snikket_web/templates/invite_reset.html:16
|
#: snikket_web/templates/invite_reset.html:15
|
||||||
msgid ""
|
msgid ""
|
||||||
"To reset your password online, fill out the fields below and confirm "
|
"To reset your password online, fill out the fields below and confirm "
|
||||||
"using the button."
|
"using the button."
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user