fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Dużo poprawek :-)
[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, 'wysiwyg.html', extra_context={})