fix: correct misspelling of 'recieve' to 'receive' in user registration handler error message string
This commit is contained in:
parent
f1bfbad12b
commit
7331d6c1a7
@ -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