fix
parent
1e218691f5
commit
3f28d30de5
|
@ -1,16 +1,13 @@
|
||||||
{% extends "CHRISTMAS/default.html" %}
|
{% extends "CHRISTMAS/default.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<pre>
|
<div class="col-span-full my-4">
|
||||||
|
<h1>
|
||||||
|
User Badges
|
||||||
</pre>
|
</h1>
|
||||||
<h1>User Badges</h1>
|
<p class="text-gray-400">
|
||||||
<div>This page describes the requirements for obtaining all profile badges.</div>
|
This page describes the requirements for obtaining all profile badges.
|
||||||
<pre>
|
</p>
|
||||||
|
<table class="w-full table table-striped mb-5">
|
||||||
|
|
||||||
</pre>
|
|
||||||
<table class="table table-striped mb-5">
|
|
||||||
<thead class="bg-primary text-white">
|
<thead class="bg-primary text-white">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
|
@ -26,5 +23,5 @@
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in New Issue