Skip to content
Snippets Groups Projects
Commit 8887827c authored by danielmyren's avatar danielmyren
Browse files

notes

parent d4f6d5f5
No related branches found
No related tags found
No related merge requests found
...@@ -14,3 +14,13 @@ pip3 install -r requirements.txt ...@@ -14,3 +14,13 @@ pip3 install -r requirements.txt
https://docs.sqlalchemy.org/en/20/changelog/migration_20.html#migration-20-query-usage https://docs.sqlalchemy.org/en/20/changelog/migration_20.html#migration-20-query-usage
```xml
<form method="POST" action="">
{{ register_form.hidden_tag() }}
{{ register_form.username( placeholder = "Username") }}
{{ register_form.email( placeholder = "Email") }}
{{ register_form.password( placeholder = "Password") }}
{{ register_form.password_confirm( placeholder = "Confirm Password") }}
{{ register_form.submit() }}
</form>
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment