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
284 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">
<img class="ui image" src="{{ url_for('static',filename='img/closed.png') }}">
</div>
<div class="ui row">
<h2 class="ui header">Registrations are currently closed.</h2>
</div>
</div>