forked from Github-Mirrors/canaille
7 lines
113 B
Python
7 lines
113 B
Python
![]() |
import wtforms
|
||
|
from flask_wtf import FlaskForm
|
||
|
|
||
|
|
||
|
class LogoutForm(FlaskForm):
|
||
|
answer = wtforms.SubmitField()
|