mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 17:26:26 +01:00
7 lines
162 B
HTML
7 lines
162 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block title %}{{ _("New score") }}{% endblock %}
|
|
|
|
{% block content %}
|
|
{% include 'components/add_partition.html' %}
|
|
{% endblock %} |