SOITA/templates/registerSuccess.html

10 lines
226 B
HTML
Raw Normal View History

2021-12-15 16:46:50 +01:00
{% extends "authBase.html" %}
{% block title %}Log Out{% endblock %}
{% block content %}
<p>Account have been created successfully. Now you can log in</p>
<a href="{% url 'login' %}">Log in now</a>
{% endblock %}