mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-18 23:09:58 +02:00
9 lines
266 B
HTML
9 lines
266 B
HTML
{% extends "layouts/base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block title %}{% translate 'Import Profiles' %}{% endblock %}
|
|
|
|
{% block content %}
|
|
<div hx-get="{% url 'import_profiles_list' %}" hx-trigger="load, updated from:window" class="show-loading"></div>
|
|
{% endblock %}
|