bridgy-fed/templates/user_not_found.html

15 wiersze
276 B
HTML

{% extends "base.html" %}
{% block title %}User not found - Bridgy AT{% endblock %}
{% block content %}
<div class="big row">
<div class="col-sm-12">
<a href="https://{{ domain }}/">{{ domain }}</a> is not (yet!) a Bridgy AT user.
</div>
</div>
<br />
{% endblock %}