Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
21_22-J-02
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
21_22-J-02
21_22-J-02
Commits
302a412f
Commit
302a412f
authored
May 01, 2022
by
NaweenTharuka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: Updated paths to grammer suggestions
parent
9899d3f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
0 deletions
+2
-0
Presently/presently/users/__pycache__/grammerchecker.cpython-39.pyc
...presently/users/__pycache__/grammerchecker.cpython-39.pyc
+0
-0
Presently/presently/users/__pycache__/views.cpython-39.pyc
Presently/presently/users/__pycache__/views.cpython-39.pyc
+0
-0
Presently/presently/users/views.py
Presently/presently/users/views.py
+2
-0
No files found.
Presently/presently/users/__pycache__/grammerchecker.cpython-39.pyc
View file @
302a412f
No preview for this file type
Presently/presently/users/__pycache__/views.cpython-39.pyc
View file @
302a412f
No preview for this file type
Presently/presently/users/views.py
View file @
302a412f
...
...
@@ -46,9 +46,11 @@ def aboutus(request):
return
render
(
request
,
'users/aboutus.html'
)
def
pronuciation
(
request
):
stt
=
grammerchecker
.
speechText
result
=
grammerchecker
.
result
context
=
{
'result'
:
result
,
'stt'
:
stt
}
return
render
(
request
,
'users/pronuciation.html'
,
context
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment