Add link to faq on registrations

This commit is contained in:
pluja 2020-11-03 09:16:31 +01:00
parent 98b0b16f5a
commit 784fe27b3c
3 changed files with 4 additions and 1 deletions

View File

@ -5,5 +5,6 @@
<div class="ui row"> <div class="ui row">
<h2 class="ui header">Registrations are currently closed.</h2> <h2 class="ui header">Registrations are currently closed.</h2>
<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>
</div> </div>
</div> </div>

View File

@ -1,8 +1,9 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block content %} {% block content %}
{% if registrations %} {% if registrations %}
<h2 class="ui centered header">Register</h2> <h2 class="ui centered header">Register</h2>
<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>
<div class="ui text container" id="container"> <div class="ui text container" id="container">
<form class="ui form" action="" method="post"> <form class="ui form" action="" method="post">
{{ form.hidden_tag() }} {{ form.hidden_tag() }}

View File

@ -26,6 +26,7 @@
<div class="ui icon header"> <div class="ui icon header">
<i class="user circle outline icon"></i> <i class="user circle outline icon"></i>
Can I register? Can I register?
<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>
</div> </div>
{%if cani%} {%if cani%}