Skip to content
Snippets Groups Projects
Verified Commit ca748445 authored by ornanovitch's avatar ornanovitch
Browse files

feat(moderation): cleanup legacy list

parent 0d527787
No related branches found
No related tags found
2 merge requests!81Draft: Refactor routes,!79feat: moderation view
Pipeline #30841 failed
{% extends "base.html" %}
{% block title %}
{% if service %}
{{ service.name }}
{% elif status %}
{{ status[1] | capitalize }} {% trans %}profiles{% endtrans %}
{% else %}
All profiles
{% endif %}
{{ service.name }}
{% endblock %}
{% block subtitle %}profile list{% endblock %}
......@@ -61,8 +55,6 @@
{% endblock %}
{% block actions %}
{% if service %}
<a href="{{ url_for(".unclaimed_export_for_service", service_uuid=service.uuid) }}" class="btn btn-success" download>{% trans %}Export unclaimed profiles{% endtrans %}</a>
<a href="{{ url_for(".create_for", service_uuid=service.uuid) }}" class="btn btn-success">{% trans %}Create profile{% endtrans %}</a>
{% endif %}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment