瀏覽代碼

fix: use single statememt

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
version-14
Prssanna Desai 4 年之前
committed by GitHub
父節點
當前提交
7d1e04fac3
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      frappe/www/login.html

+ 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>


Loading…
取消
儲存