mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-17 22:13:07 -06:00
11 lines
158 B
HTML
11 lines
158 B
HTML
{% extends 'layouts/base.html' %}
|
|
|
|
{% block content %}
|
|
<div class="content-inner">
|
|
<h4>New Users</h4>
|
|
<div>
|
|
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|