{% extends 'base/base.html' %} {% block title %} signup successful {% endblock %} {% block body %} {% include 'base/nav-bar.html' %}

Welcome to FOSS@Amrita!


Click the button below to login or use the navbar.

Login

{% include 'base/footer.html' %} {% endblock %}