Skip to content

Commit 8648fb1

Browse files
little fixes
1 parent 2af2d5e commit 8648fb1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

app/templates/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% block footer %}
2-
<div align="center">&copy; Сopyright OSLL 2020<script language="javascript" type="text/javascript">
2+
<div align="center">&copy; Сopyright MOEVM 2020<script language="javascript" type="text/javascript">
33
var d = new Date();
44
if(d.getFullYear()>2020)
55
document.write("-"+d.getFullYear());

app_conf/testing.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ custom_task_id=testing_custom_task_id
2828
custom_task_description=testing_custom_task_description
2929
custom_attempt_count=3
3030
custom_required_points=1.5
31-
custom_criteria_pack_id=SimplePack
31+
custom_criteria_pack_id=TenMinutesTrainingPack
3232
custom_feedback_evaluator_id=1
3333
custom_formats=pdf,pptx,ppt,odp
3434
roles=Instructor
@@ -42,4 +42,8 @@ chrome=89
4242
firefox=87
4343

4444
[locale]
45-
language=ru
45+
language=ru
46+
47+
[bugreport]
48+
form_link=https://docs.google.com
49+

0 commit comments

Comments
 (0)