mirror of
https://github.com/DMOJ/online-judge.git
synced 2024-11-25 16:32:37 +08:00
5 lines
85 B
HTML
5 lines
85 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block body %}
|
|
<h3>{{ message }}</h3>
|
|
{% endblock %} |