fix: correct spelling of 'recieve' to 'receive' in user registration handler
This commit is contained in:
parent
b7ddacd671
commit
fcb1659b62
@ -28,7 +28,7 @@
|
||||
from app.app import Application as BaseApplication, BaseView
|
||||
import pathlib
|
||||
from aiohttp import web
|
||||
from dreamii.markdown import MarkdownExtension
|
||||
from dreamii.markdown import MarkdownExtension, MarkdownRenderer
|
||||
from dreamii.python import PythonExtension
|
||||
import aiohttp_jinja2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user