forked from MarseyWorld/MarseyWorld
Remove 'Create Post' from /admin/users.
parent
e50fd2d0f4
commit
e11a2d17ba
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
<div class="row" style="overflow: visible;padding-top:5px;">
|
<div class="row" style="overflow: visible;padding-top:5px;">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<a class="btn btn-primary btn-block mt-3" href="/submit"><i class="fas fa-feather-alt mr-2"></i>Create post</a>
|
<a class="btn btn-primary btn-block mt-3" href="/submit"><i class="fas fa-feather-alt mr-2"></i>Create Post</a>
|
||||||
|
|
||||||
{% if sub %}
|
{% if sub %}
|
||||||
{% if v %}
|
{% if v %}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% extends "home.html" %}
|
{% extends "default.html" %}
|
||||||
|
|
||||||
{% block PseudoSubmitForm %}{% endblock %}
|
{% block PseudoSubmitForm %}{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue