könnte so klappen
This commit is contained in:
parent
727617e2be
commit
19fbecda56
14 changed files with 205 additions and 187 deletions
|
@ -1,9 +1,10 @@
|
|||
<html>
|
||||
<title>remove user</title>
|
||||
{% extends "base.html" %}
|
||||
{% block title %}
|
||||
remove user
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<p>
|
||||
<p>
|
||||
<a href="/list">user and tag list</a> | <a href="/documentation">Documentation</a>
|
||||
</p>
|
||||
<p>Deleted user {{user_name|safe}}</p>
|
||||
<a href="/list">return to the tags and user list</a>
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue