diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 273097e..8bbe608 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,4 +20,5 @@ repos: - repo: https://github.com/thibaudcolas/curlylint rev: v0.13.1 hooks: - - id: curlylint \ No newline at end of file + - id: curlylint + files: \.(html|sls)$ \ No newline at end of file diff --git a/core/templates/base.html b/core/templates/base.html index c8c6ed8..09d1968 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -1,8 +1,7 @@ -{% load static %} +{% load static %} - - -
+ + s @@ -10,51 +9,46 @@ - - - - + +Plan: {{ user.plan }}
-Stripe ID: {{ user.stripeID }}
-Setup intent: {{ user.seti }}
-Mandate active: {{ user.mandateActive }}
-Subscription ID: {{ user.subscriptionID }}
-Last payment: {{ user.lastPayment }}
-Creation date: {{ user.creationDate }}
-Paid: {{ user.paid }}
+Plan: {{ user.plan }}
+Stripe ID: {{ user.stripeID }}
+Setup intent: {{ user.seti }}
+Mandate active: {{ user.mandateActive }}
+Subscription ID: {{ user.subscriptionID }}
+Last payment: {{ user.lastPayment }}
+Creation date: {{ user.creationDate }}
+Paid: {{ user.paid }}