Add a welcome page after registration

This commit is contained in:
Trever Fischer
2012-04-17 12:10:02 -04:00
parent 71cc585c88
commit bce2a8554b
3 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
{% extends 'base_simple.html'%}
{% block content %}
Welcome to Caminus!
{% endblock %}