diff --git a/progit/templates/login/user_new.html b/progit/templates/login/user_new.html new file mode 100644 index 0000000..cf124f6 --- /dev/null +++ b/progit/templates/login/user_new.html @@ -0,0 +1,33 @@ +{% extends "master.html" %} +{% from "_formhelper.html" import render_field_in_row %} + +{% block title %}New user{% endblock %} +{%block tag %}home{% endblock %} + +{% block content %} +
+ If you wish to become a mirror for this project you will have to create a + user in this application. + You will be asked to provide a valid email address. +
+ + + +{% endblock %}