mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-16 00:13:12 +00:00
Fix : affichage des tickets, évite un crash
This commit is contained in:
parent
144119c26a
commit
58c120410a
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ def preferences(request):
|
||||||
def contact(request):
|
def contact(request):
|
||||||
"""View to display a contact address on the contact page
|
"""View to display a contact address on the contact page
|
||||||
used here to display a link to open a ticket"""
|
used here to display a link to open a ticket"""
|
||||||
return ('users', render_to_string('tickets/contact.html'))
|
return render_to_string('tickets/contact.html')
|
||||||
|
|
||||||
def navbar_user():
|
def navbar_user():
|
||||||
"""View to display the ticket link in thet user's dropdown in the navbar"""
|
"""View to display the ticket link in thet user's dropdown in the navbar"""
|
||||||
|
|
Loading…
Reference in a new issue