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

14 lines
234 B
HTML
Raw Permalink 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}} <button class="waves-effect waves-light btn green accent-4" type="submit">sign up</button></form>
2020-07-09 05:14:08 +00:00
{% endblock %}