Commit 1ef34911b5b9d42d28d9484eaebdd7fc058dedc5
1 parent
1e5d985c
Exists in
master
and in
10 other branches
Title for user creation page
Signed-off-by: Carlos Coelho <carlos@pencillabs.com>
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_create_form.html
1 | {% extends "base.html" %} | 1 | {% extends "base.html" %} |
2 | {% load i18n %} | 2 | {% load i18n %} |
3 | + | ||
4 | +{% block title %}Cadastre-se - SPB{% endblock %} | ||
3 | {% block main-content %} | 5 | {% block main-content %} |
4 | <div class="colab-content container"> | 6 | <div class="colab-content container"> |
5 | <h2>Cadastre-se</h2> | 7 | <h2>Cadastre-se</h2> |