{% extends 'base.html' %} {% load static django_bootstrap5 %} {% block title %} Login - BanshiX {% endblock %} {% block content %}
BanshiX Logo

BanshiX Market

BanshiX

Welcome back!

Quality products • Fast delivery around the World

Place your order

and recieve your package delivered to your door step.

Real-time monitoring/tracking of your order

examinue and share your feed back

Learning Resources

Course materials & lecture notes

Sign In

Enter your credentials to continue

{% if form.errors %} {% endif %}
{% csrf_token %} {% bootstrap_form form %}
{% bootstrap_button button_type='submit' content='Sign In' button_class='btn-primary btn-lg' %} {% bootstrap_button button_type='reset' content='Cancel' button_class='btn-secondary btn-lg' %}

Don't have an account yet? Create account

{% endblock %}