Skip to content

Commit

Permalink
Removed test react component on the user detail page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Theophile-Madet committed Nov 5, 2024
1 parent 4d70ce6 commit 1bde0ae
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 15 deletions.
10 changes: 0 additions & 10 deletions src/user_page/user_page.tsx

This file was deleted.

1 change: 1 addition & 0 deletions tapir/accounts/templates/accounts/user_detail.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% extends "accounts/base.html" %}
{% load log %}
{% load django_bootstrap5 %}
{% load static %}
{% load i18n %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ <h5 class="card-header d-flex justify-content-between align-items-center flex-wr
{% endif %}
</h5>
<div class="card-body">
{% vite_asset 'user_page/user_page.tsx' %}
<div>
LE TEST BUTTON <span id="le_test_button"></span>
</div>
{% if share_owner %}
<div class="row m-1">
<div class="col-12 col-sm-5 fw-bold text-sm-end">{% translate "Status" %}:</div>
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default defineConfig(() => {
outDir: resolve(OUTPUT_DIR),
rollupOptions: {
input: {
user_page: join(INPUT_DIR, "/user_page/user_page.tsx"),
welcome_desk: join(INPUT_DIR, "/welcome_desk/welcome_desk.tsx"),
},
},
Expand Down

0 comments on commit 1bde0ae

Please sign in to comment.