8000 Backend Templates added. · moktadirul-raju/DjangoBlog@4bdb879 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4bdb879

Browse files
committed
Backend Templates added.
1 parent 711dc58 commit 4bdb879

File tree

2 files changed

+3
-96
lines changed

2 files changed

+3
-96
lines changed

templates/backend/comments.html

+2-51
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
<th scope="row">1</th>
2222

2323
<td style="width:400px;">
24-
<p>
25-
lorem is not just a normal snippet—it’s actually a generator. Every time you expand it, it will generate a 30-words dummy text, splitted into a few sentences.
26-
</p>
27-
<a href="single.html" class="btn btn-success">View in the Post</a>
24+
<p>nice post!</p>
25+
<a href="#" class="btn btn-success">View in the Post</a>
2826

2927
</td>
3028
<td>BinaryDigit</td>
@@ -47,54 +45,7 @@
4745

4846
</tr>
4947

50-
<tr>
51-
<th scope="row">2</th>
52-
53-
<td style="width:400px;">
54-
<p>
55-
lorem is not just a normal snippet—it’s actually a generator. Every time you expand it, it will generate a 30-words dummy text, splitted into a few sentences.
56-
</p>
57-
<a href="single.html" class="btn btn-success">View in the Post</a>
58-
</td>
59-
<td>BinaryDigit</td>
60-
<td>Approved </td>
61-
<td>
62-
<select class="custom-select" style="width:200px">
63-
64-
<option>
65-
Mark As Spam
66-
</option>
67-
<option>
68-
Move to Trash
69-
</option>
70-
</select>
71-
<button class="btn btn-dark">Apply</button>
72-
</td>
7348

74-
</tr>
75-
76-
<tr>
77-
<th scope="row">3</th>
78-
79-
<td style="width:400px;">
80-
<p>
81-
lorem is not just a normal snippet—it’s actually a generator. Every time you expand it, it will generate a 30-words dummy text, splitted into a few sentences.
82-
</p>
83-
<a href="single.html" class="btn btn-success">View in the Post</a>
84-
</td>
85-
<td>BinaryDigit</td>
86-
<td>Marked As Spam </td>
87-
<td>
88-
<select class="custom-select" style="width:200px">
89-
90-
<option>
91-
Move to Trash
92-
</option>
93-
</select>
94-
<button class="btn btn-dark">Apply</button>
95-
</td>
96-
97-
</tr>
9849

9950

10051

templates/backend/users.html

+1-45
Original file line numberDiff line numberDiff line change
@@ -42,53 +42,9 @@
4242
<td></td>
4343
</tr>
4444

45-
<tr>
46-
<th scope="row">2</th>
47-
<td style="width: auto"><img src="images/saiful.jpg" alt="Saiful Islam" width="100px" height="100px;"></td>
48-
<td> <a href="profile.html">Saiful Islam</a> </td>
49-
<td>Saiful</td>
50-
<td>Moderator</td>
51-
<td>
52-
<select class="custom-select" style="width:200px;">
53-
<option>
54-
Make Admin
55-
56-
</option>
57-
<option>
58-
Make Author
59-
</option>
60-
<option>
61-
Remove User
62-
</option>
63-
</select>
64-
<button class="btn btn-dark">Apply</button>
65-
</td>
66-
<td></td>
67-
</tr>
45+
6846

69-
<tr>
70-
<th scope="row">3</th>
71-
<td style="width: auto"><img src="images/imam.jpg" alt="Saiful Islam" width="100px" height="100px;"></td>
72-
<td> <a href="profile.html">Imam Hussain</a> </td>
73-
<td>imam</td>
74-
<td>Author</td>
75-
<td>
76-
<select class="custom-select" style="width:200px;">
77-
<option>
78-
Make Admin
7947

80-
</option>
81-
<option>
82-
Make Moderator
83-
</option>
84-
<option>
85-
Remove User
86-
</option>
87-
</select>
88-
<button class="btn btn-dark">Apply</button>
89-
</td>
90-
<td></td>
91-
</tr>
9248

9349

9450

0 commit comments

Comments
 (0)
0