added authentication
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
|
||||
<h1> Welcome {{user}} </h1>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user