aboutsummaryrefslogtreecommitdiff
path: root/app/templates/auth/no_register.html
blob: 9998e665f40a8c253218b400a915e7c514b5b0cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% extends "base.html" %}
{% import 'bootstrap/wtf.html' as wtf %}

{% block styles %}
  {{ super() }}
{% endblock %}

{% block app_content %}
<h1>Register</h1>
<div class="row">
  <div class="col-md-6">
  Thank you for your interest in AnnotateChange. We are not currently looking 
  for new annotators, so registration has been disabled. If you already have 
  an account, you can <a href="/auth/login">login here</a>.
  </div>
</div>
{% endblock %}