This repository has been archived on 2022-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Yotter/app/templates/_closed_registrations.html

9 lines
333 B
HTML
Raw Normal View History

2020-08-30 04:45:48 +05:30
<div class="ui center aligned text container">
<div class="ui row">
2020-09-04 11:51:35 +05:30
<img alt="Closed registrations image" class="ui centered medium image" src="{{ url_for('static',filename='img/closed.png') }}">
2020-08-30 04:45:48 +05:30
</div>
<div class="ui row">
<h2 class="ui header">Registrations are currently closed.</h2>
</div>
</div>