feat: Implement blog post management including database schema, models, handlers, and UI.
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
</form>
|
||||
<br><br>
|
||||
|
||||
<b>Features</b><br>
|
||||
<ul>
|
||||
<li><a href="/__dungeon/posts">Manage Blog Posts</a></li>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
<b>System Users</b><br>
|
||||
{% if let Some(err) = error %}
|
||||
<font color="red"><b>{{ err }}</b></font><br>
|
||||
|
||||
Reference in New Issue
Block a user