mirror of https://gitlab.crans.org/bde/nk20
15 lines
310 B
HTML
15 lines
310 B
HTML
{% extends "base_search.html" %}
|
|
{% comment %}
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
{% endcomment %}
|
|
{% load i18n %}
|
|
|
|
{% block content %}
|
|
<a class="btn btn-block btn-success mb-3" href="{% url 'registration:signup' %}">
|
|
{% trans "New user" %}
|
|
</a>
|
|
|
|
{# Search panel #}
|
|
{{ block.super }}
|
|
{% endblock %}
|