aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/settings_about.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2024-03-29 20:26:53 +0300
committerGravatar Vitaly Takmazov2024-03-29 22:08:34 +0300
commit08c9829c42ff1363fd2a63f1f55afc01d9ef2f29 (patch)
tree9fe8c3ce984a68bdb42429cd1516054d0b0010b4 /src/main/resources/templates/views/settings_about.html
parent04f5d65e7ade5ffbfe363efb7ebcd1151f8b68fd (diff)
Layout bugfixes
Diffstat (limited to 'src/main/resources/templates/views/settings_about.html')
-rw-r--r--src/main/resources/templates/views/settings_about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/settings_about.html b/src/main/resources/templates/views/settings_about.html
index ea906e0c..274e2c7c 100644
--- a/src/main/resources/templates/views/settings_about.html
+++ b/src/main/resources/templates/views/settings_about.html
@@ -1,6 +1,6 @@
{% extends "layouts/default" %}
{% block content %}
-<article>
+<article class="page-content">
<form action="/settings" method="POST" enctype="multipart/form-data">
<p>Full name: <input type="text" name="fullname" value="{{ userinfo.fullName }}"/></p>
<p>Country: <input type="text" name="country" value="{{ userinfo.country }}"/></p>