Merge branch 'feature-5-task-name' into 'master'

task name added

See merge request mathwave/sprint!3
This commit is contained in:
Egor Matveev 2021-11-07 12:02:44 +00:00
commit 45550a4d1c

View File

@ -1,5 +1,7 @@
{% extends 'base_main.html' %} {% extends 'base_main.html' %}
{% block title %}{{ task.name }}{% endblock %}
{% block scripts %} {% block scripts %}
function change(num) { function change(num) {
inp = document.getElementById('soltype'); inp = document.getElementById('soltype');