Commit 1ef34911b5b9d42d28d9484eaebdd7fc058dedc5

Authored by Carlos Coêlho
1 parent 1e5d985c

Title for user creation page

Signed-off-by: Carlos Coelho <carlos@pencillabs.com>
src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_create_form.html
1 1 {% extends "base.html" %}
2 2 {% load i18n %}
  3 +
  4 +{% block title %}Cadastre-se - SPB{% endblock %}
3 5 {% block main-content %}
4 6 <div class="colab-content container">
5 7 <h2>Cadastre-se</h2>
... ...