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

10 lines
490 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>
2020-11-03 13:46:31 +05:30
<h5 class="ui centered header"><a href="https://github.com/ytorg/Yotter#why-do-i-have-to-register-to-use-yotter">Why do I have to register?</a></h5>
2020-08-30 04:45:48 +05:30
</div>
</div>