feat: add title to DCA Strategy detail

This commit is contained in:
Herculino Trotta
2024-11-12 13:02:47 -03:00
parent 5ee4518f30
commit d48aa0da3b

View File

@@ -1,6 +1,8 @@
{% extends "layouts/base.html" %}
{% load i18n %}
{% block title %}{{ strategy.name }} :: {% translate 'Dollar Cost Average Strategy' %}{% endblock %}
{% block content %}
<div hx-get="{% url 'dca_strategy_detail' strategy_id=strategy.id %}" hx-trigger="load, updated from:window" class="show-loading"></div>
{% endblock %}