excise settings-container and login-container outright. full width babey

This commit is contained in:
2025-12-05 17:53:24 +03:00
parent 552fb67c6c
commit f99ae75503
22 changed files with 39 additions and 66 deletions

View File

@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block title %}creating a topic{% endblock %}
{% block content %}
<div class="darkbg settings-container">
<div class="darkbg">
<h1>Create topic</h1>
<form method="post">
<label for=name>Name</label>

View File

@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block title %}creating a topic{% endblock %}
{% block content %}
<div class="darkbg settings-container">
<div class="darkbg">
<h1>Editing topic {{ topic['name'] }}</h1>
<form method="post">
<label for=name>Name</label>