mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix typo in plugins.md
This commit is contained in:
parent
e3d0120a0c
commit
a9865f8502
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ Please note that every form submission is protected via a CSRF token, you will n
|
|||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
```
|
||||
|
||||
Retrieving user submitted data is pretty simple, thank to the request module provided by Flask :
|
||||
Retrieving user submitted data is pretty simple, thanks to the request module provided by Flask :
|
||||
|
||||
```python
|
||||
from flask import request
|
||||
|
|
|
|||
Loading…
Reference in a new issue