colour settings start
This commit is contained in:
18
templates/settings/settings.html
Normal file
18
templates/settings/settings.html
Normal file
@@ -0,0 +1,18 @@
|
||||
{% extends "common/base.html" %}
|
||||
{% from "components/header.html" import header %}
|
||||
|
||||
{% block title %}Settings - DocuPulse{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{{ header(
|
||||
title="Settings",
|
||||
description="Manage your docupulse settings",
|
||||
button_text="",
|
||||
button_url="",
|
||||
icon="fa-cog"
|
||||
) }}
|
||||
|
||||
<div class="container-fluid">
|
||||
<!-- Settings content will go here -->
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user