mirror of
https://github.com/Rushilwiz/NewViewsNews.git
synced 2025-04-21 03:50:17 -04:00
10 lines
286 B
HTML
10 lines
286 B
HTML
{% extends "news/base.html" %}
|
|
{% block content %}
|
|
<h2>You have been logged out</h2>
|
|
<div class="border-top pt-2">
|
|
<small class="text-muted text-large">
|
|
<a href="{% url 'login' %}">Log In Again</a>
|
|
</small>
|
|
</div>
|
|
{% endblock content %}
|