calibre-web-companion/CalibreWebCompanion/library/templates/registration/sign_up.html

14 lines
181 B
HTML
Raw Normal View History

2020-07-09 05:14:08 +00:00
{% extends "stripped_base.html" %}
{% block content %}
<form method="post">
{% csrf_token %} {{form.as_p}} <input type="submit" value="Sign up"></form>
{% endblock %}