瀏覽代碼
fix: use single statememt
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
version-14
Prssanna Desai
4 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
frappe/www/login.html
|
|
@@ -88,7 +88,7 @@ |
|
|
|
{% if provider.icon %} |
|
|
|
{{ provider.icon }} |
|
|
|
{% endif %} |
|
|
|
{{ _("Login With") }} {{ provider.provider_name }}</a> |
|
|
|
{{ _("Login With {0}").format(provider.provider_name) }}</a> |
|
|
|
</div> |
|
|
|
{% endfor %} |
|
|
|
<p class="text-muted login-divider">{{ _("or") }}</p> |
|
|
|