Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vmordan committed Nov 21, 2023
1 parent 3c26106 commit 40881d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 2 additions & 7 deletions web/users/templates/users/showComments.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
% Copyright (c) 2023 ISP RAS (http://www.ispras.ru)
% Ivannikov Institute for System Programming of the Russian Academy of Sciences
%
% Copyright (c) 2018 ISP RAS (http://www.ispras.ru)
% Ivannikov Institute for System Programming of the Russian Academy of Sciences
%
% Licensed under the Apache License, Version 2.0 (the "License");
% you may not use this file except in compliance with the License.
% You may obtain a copy of the License at
Expand All @@ -25,15 +22,13 @@
{% load static %}

{% block head_block %}
<script type="text/javascript" src="{% static 'reports/js/ETV.js' %}"></script>
<script type="text/javascript" src="{% static 'reports/js/ETV-windows.js' %}"></script>
<link href="{% static 'marks/css/comments.css' %}" rel="stylesheet">
{% endblock %}

{% block title %}{% trans 'Comments' %}{% endblock %}

{% block body_block %}
<div class="ui segment">
<div class="ui basic segment">
<h1>{% trans 'Comments to unsafe marks' %}</h1>
<table class="ui celled compact gray selectable table sort-table show-min">
<thead>
Expand Down Expand Up @@ -62,4 +57,4 @@ <h1>{% trans 'Comments to unsafe marks' %}</h1>
</tbody>
</table>
</div>
{% endblock %}
{% endblock %}
1 change: 0 additions & 1 deletion web/users/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ def show_profile(request, user_id):


@login_required
@unparallel_group([])
def show_comments(request):
activate(request.user.extended.language)
all_comments = []
Expand Down

0 comments on commit 40881d3

Please sign in to comment.