added basic site template
This commit is contained in:
parent
b3dec93039
commit
6ef58d975d
16 changed files with 68 additions and 50 deletions
|
|
@ -7,4 +7,5 @@ def viewblog(request):
|
|||
|
||||
|
||||
def addpost(request):
|
||||
return render(request, 'blog/addpost.html')
|
||||
context = {'title': 'Neuen Post erstellen'}
|
||||
return render(request, 'blog/addpost.html', context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue