feat: 初始版本,圆角主题与首次管理员引导
This commit is contained in:
10
app/templates/users/notifications.html
Normal file
10
app/templates/users/notifications.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block title %}通知{% endblock %}
|
||||
{% block content %}
|
||||
<h3>通知</h3>
|
||||
<ul>
|
||||
{% for n in items %}
|
||||
<li>{{ n.type }} {{ n.created_at }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user