rey right age">1 年之前 3394_vm 058f31828c first commit 1 年之前 3395 058f31828c first commit 1 年之前 3429 058f31828c first commit 1 年之前 3430 058f31828c first commit 1 年之前 3431 058f31828c first commit 1 年之前 3433 058f31828c first commit 1 年之前 3439 058f31828c first commit 1 年之前 3440 058f31828c first commit 1 年之前 3455 058f31828c first commit 1 年之前 3456 058f31828c first commit 1 年之前 3456_fsm 058f31828c first commit 1 年之前 3456_vm 058f31828c first commit 1 年之前 3466 058f31828c first commit 1 年之前 3467 058f31828c first commit 1 年之前 3468 058f31828c first commit 1 年之前 3501 058f31828c first commit 1 年之前 3502 058f31828c first commit 1 年之前 3503 058f31828c first commit 1 年之前 3534 058f31828c first commit 1 年之前 3541 058f31828c first commit 1 年之前 3541_fsm 058f31828c first commit 1 年之前 3541_vm 058f31828c first commit 1 年之前 3542 058f31828c first commit 1 年之前 3574 058f31828c first commit 1 年之前 3575 058f31828c first commit 1 年之前 3576 058f31828c first commit 1 年之前 3596 058f31828c first commit 1 年之前 3597 058f31828c first commit 1 年之前 3598 058f31828c first commit 1 年之前 3599 058f31828c first commit 1 年之前 3600 058f31828c first commit 1 年之前 3600_fsm 058f31828c first commit 1 年之前 3600_vm 058f31828c first commit 1 年之前 3601 058f31828c first commit 1 年之前 3601_fsm 058f31828c first commit 1 年之前 3601_vm 058f31828c first commit 1 年之前 3602 058f31828c first commit 1 年之前 3602_fsm 058f31828c first commit 1 年之前 3602_vm 058f31828c first commit 1 年之前 3603 058f31828c first commit 1 年之前 3603_fsm 058f31828c first commit 1 年之前 3603_vm 058f31828c first commit 1 年之前 3604 058f31828c first commit 1 年之前 3605 058f31828c first commit 1 年之前 3606 058f31828c first commit 1 年之前 3607 058f31828c first commit 1 年之前 3608 058f31828c first commit 1 年之前 3609 058f31828c first commit 1 年之前 3712 058f31828c first commit 1 年之前 3764 058f31828c first commit 1 年之前 3764_fsm 058f31828c first commit 1 年之前 3764_vm 058f31828c first commit 1 年之前 3766 058f31828c first commit 1 年之前 3767 058f31828c first commit 1 年之前 3997 058f31828c first commit 1 年之前 4143 058f31828c first commit 1 年之前 4144 058f31828c first commit 1 年之前 4145 058f31828c first commit 1 年之前 4146 058f31828c first commit 1 年之前 4147 058f31828c first commit 1 年之前 4148 058f31828c first commit 1 年之前 4149 058f31828c first commit 1 年之前 4150 058f31828c first commit 1 年之前 4151 058f31828c first commit 1 年之前 4152 058f31828c first commit 1 年之前 4153 058f31828c first commit 1 年之前 4154 058f31828c first commit 1 年之前 4155 058f31828c first commit 1 年之前 4156 058f31828c first commit 1 年之前 4157 058f31828c first commit 1 年之前 4158 058f31828c first commit 1 年之前 4159 058f31828c first commit 1 年之前 4160 058f31828c first commit 1 年之前 4161 058f31828c first commit 1 年之前 4162 058f31828c first commit 1 年之前 4163 058f31828c first commit 1 年之前 4164 058f31828c first commit 1 年之前 4165 058f31828c first commit 1 年之前 4166 058f31828c first commit 1 年之前 4167 058f31828c first commit 1 年之前 4168 058f31828c first commit 1 年之前 4169 058f31828c first commit 1 年之前 4170 058f31828c first commit 1 年之前 4171 058f31828c first commit 1 年之前 4172 058f31828c first commit 1 年之前 4173 058f31828c first commit 1 年之前 4174 058f31828c first commit 1 年之前 5002 058f31828c first commit 1 年之前 548 058f31828c first commit 1 年之前 549 058f31828c first commit 1 年之前 6102 058f31828c first commit 1 年之前 6104 058f31828c first commit 1 年之前 6106 058f31828c first commit 1 年之前 6110 058f31828c first commit 1 年之前 6111 058f31828c first commit 1 年之前 6112 058f31828c first commit 1 年之前 6113 058f31828c first commit 1 年之前 6117 058f31828c first commit 1 年之前 826 058f31828c first commit 1 年之前 827 058f31828c first commit 1 年之前 828 058f31828c first commit 1 年之前 PG_VERSION 058f31828c first commit 1 年之前 pg_filenode.map 058f31828c first commit 1 年之前 tum/coi - Gogs: Simplico Git Service

Sin descripción

login.html 835B

1234567891011121314151617181920212223
  1. {% extends "base.html" %}
  2. {% load tailwind_filters %}
  3. {% block title %}Login{% endblock %}
  4. {% block content %}
  5. <div class="flex items-center justify-center h-screen bg-gray-100">
  6. <div class="w-full max-w-md p-8 bg-white rounded-lg shadow-md">
  7. <h2 class="text-2xl font-bold text-center text-gray-700">Login</h2>
  8. <form method="post" class="space-y-4 mt-6">
  9. {% csrf_token %}
  10. {{ form|crispy }}
  11. <button type="submit" class="w-full bg-blue-500 text-white py-2 rounded hover:bg-blue-600">
  12. Login
  13. </button>
  14. </form>
  15. <p class="mt-4 text-center text-gray-600">
  16. Don't have an account?
  17. <a href="{% url 'sysadmin:register' %}" class="text-blue-500 hover:underline">Register</a>
  18. </p>
  19. </div>
  20. </div>
  21. {% endblock %}