login and dashboard pages
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Settings{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Settings Page</h2>
|
||||
<p>This is the settings page. Add your settings here.</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user