Add a welcome page after registration
This commit is contained in:
5
templates/local/welcome.html
Normal file
5
templates/local/welcome.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends 'base_simple.html'%}
|
||||
|
||||
{% block content %}
|
||||
Welcome to Caminus!
|
||||
{% endblock %}
|
Reference in New Issue
Block a user