Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anhndapec committed Jan 2, 2025
1 parent 8a651dd commit 4fabc1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/hrms/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from django.http import HttpResponse
from django.template import loader


def taskcreate(request):
context = {}
html_template = loader.get_template('hrms/task_create.html')
Expand Down

0 comments on commit 4fabc1c

Please sign in to comment.