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">
|
<input type="submit" value="{{ _('View submissions') }}" style="width:135px">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
{% if request.user.is_authenticated %}
|
||||||
<br>
|
<br>
|
||||||
<div>
|
<div>
|
||||||
<form action="{{ url('get_or_create_room') }}" method="POST">
|
<form action="{{ url('get_or_create_room') }}" method="POST">
|
||||||
|
@ -120,6 +121,7 @@
|
||||||
<input type="submit" value="{{ _('Send message') }}" style="width:135px">
|
<input type="submit" value="{{ _('Send message') }}" style="width:135px">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if ratings %}
|
{% if ratings %}
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Add table
Reference in a new issue