Fix bug
This commit is contained in:
parent
e92fcc8f67
commit
d97c77728f
1 changed files with 3 additions and 1 deletions
|
@ -112,6 +112,7 @@
|
|||
<input type="submit" value="{{ _('View submissions') }}" style="width:135px">
|
||||
</form>
|
||||
</div>
|
||||
{% if request.user.is_authenticated %}
|
||||
<br>
|
||||
<div>
|
||||
<form action="{{ url('get_or_create_room') }}" method="POST">
|
||||
|
@ -120,6 +121,7 @@
|
|||
<input type="submit" value="{{ _('Send message') }}" style="width:135px">
|
||||
</form>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if ratings %}
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue