clean up ostatus templates
This commit is contained in:
@ -4,7 +4,6 @@
|
||||
<div class="block">
|
||||
{% if not request.user.is_authenticated and not error == 'remote_subscribe' %}
|
||||
<div class="navbar-item">
|
||||
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
<form name="login" method="post" action="{% url 'login' %}?next={{ request.path }}?acct={{ user.remote_id }}">
|
||||
@ -26,7 +25,6 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{% elif error == 'ostatus_subscribe' %}
|
||||
<div class="notification is-warning has-text-centered">
|
||||
|
@ -40,5 +40,4 @@
|
||||
</form>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
@ -46,6 +46,7 @@
|
||||
</a>
|
||||
<h2 class="navbar-item subtitle">{% block heading %}{% endblock %}</h2>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user