{% extends "base_generic.html" %} {% load static %} {% block title %} 愛爾蘭語—華語線上辭典 - 登入{% endblock %} {% block content %}

後台登入

{% if form.errors %}

帳號或密碼不符合,請重新輸入。

{% endif %} {% if next %} {% if user.is_authenticated %}

您的帳號沒有此頁的存取權,如果要進行下一步,請登入以另一個具有存取權的帳號。

{% else %}

請登入觀看此頁。

{% endif %} {% endif %}
{% csrf_token %}
帳號: {{ form.username }}
密碼: {{ form.password }}
{# Assumes you setup the password_reset view in your URLconf #}

忘記密碼?

{% endblock %}