{% load form_filters %} 로그인 | 신라 AMP

신라 AMP

계정에 로그인하세요

{% if messages %} {% for message in messages %} {% if message.tags == 'error' %}
{{ message }}
{% endif %} {% endfor %} {% endif %} {% if request.session.password_set_message %}
{{ request.session.password_set_message }}
{% endif %}
{% csrf_token %} {% if form.errors %}
전화번호 또는 비밀번호가 올바르지 않습니다.
{% endif %}
{{ form.login|add_class:"w-full px-4 py-3 rounded-xl bg-gray-700 bg-opacity-80 text-white placeholder-gray-400 border border-gray-600 focus:outline-none focus:ring-2 focus:ring-blue-500 transition" }}
{{ form.password|add_class:"w-full px-4 py-3 rounded-xl bg-gray-700 bg-opacity-80 text-white placeholder-gray-400 border border-gray-600 focus:outline-none focus:ring-2 focus:ring-blue-500 transition" }}
비밀번호 찾기
{% if not request.session.authenticated and not user.is_authenticated %} 계정이 없으신가요? 회원가입 {% endif %}