integrate contact - begin to integrate form
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
parent
ebd624dc04
commit
4f832fac5a
5 changed files with 305 additions and 1 deletions
|
|
@ -14,6 +14,12 @@ def detail(request, message_id):
|
|||
context = { 'message': p, }
|
||||
return render(request, 'digital_glarus/detail.html', context)
|
||||
|
||||
def about(request):
|
||||
pass
|
||||
|
||||
def contact(request):
|
||||
return render(request, 'digital_glarus/contact.html')
|
||||
|
||||
def send_message(request):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue