fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Zmiana 'put' na 'post' w commit, zgodnie ze zmianami w API.
[redakcja.git]
/
apps
/
wysiwyg
/
views.py
1
# Create your views here.
2
from django.views.generic.simple import direct_to_template
3
4
def index(request):
5
return direct_to_template(request,
6
'wysiwyg.html', extra_context={
7
'listA': [1,2,3,4],
8
'listB': [5,6,7,8],
9
})