From 720aa62332a5ccf70f32d6d76c39f089f427d835 Mon Sep 17 00:00:00 2001 From: Dmitriy Lyalyuev Date: Sat, 5 Nov 2022 19:31:21 +0300 Subject: [PATCH] feat: copy API key button --- later42/templates/base.html | 25 +++++++++++++++++++++++++ later42/templates/profile.html | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/later42/templates/base.html b/later42/templates/base.html index b9fb243..06151af 100644 --- a/later42/templates/base.html +++ b/later42/templates/base.html @@ -16,6 +16,31 @@ + diff --git a/later42/templates/profile.html b/later42/templates/profile.html index 60e9562..075f02b 100644 --- a/later42/templates/profile.html +++ b/later42/templates/profile.html @@ -3,7 +3,6 @@ {% block title %}Настройки{% endblock %} {% block content %} -

Профиль

@@ -43,6 +42,7 @@ {{ token }}
{% csrf_token %} +
{% else %}