This commit is contained in:
parent
b4a836cb89
commit
6ea04168fc
@ -8,7 +8,9 @@
|
|||||||
width="80"
|
width="80"
|
||||||
height="80"/>
|
height="80"/>
|
||||||
</div>
|
</div>
|
||||||
<h1><a href="{{ url_for(".index") }}">{{ client.user.display_name }}</a></h1>
|
<h1>
|
||||||
|
<a href="{{ url_for(".index") }}">{{ client.user.display_name }}</a>
|
||||||
|
</h1>
|
||||||
<h2>{{ _('The discord scheduled event calendar generator') }}</h2>
|
<h2>{{ _('The discord scheduled event calendar generator') }}</h2>
|
||||||
<hr />
|
<hr />
|
||||||
<h3>{{ _('This will allow you to:') }}</h3>
|
<h3>{{ _('This will allow you to:') }}</h3>
|
||||||
|
@ -12,7 +12,9 @@
|
|||||||
width="80"
|
width="80"
|
||||||
height="80"/>
|
height="80"/>
|
||||||
</div>
|
</div>
|
||||||
<h1><a href="{{ url_for(".index") }}">{{ client.user.display_name }}</a></h1>
|
<h1>
|
||||||
|
<a href="{{ url_for(".index") }}">{{ client.user.display_name }}</a>
|
||||||
|
</h1>
|
||||||
<h2>{{ _('The discord scheduled event calendar generator') }}</h2>
|
<h2>{{ _('The discord scheduled event calendar generator') }}</h2>
|
||||||
<hr />
|
<hr />
|
||||||
<ul id="providers">
|
<ul id="providers">
|
||||||
|
Loading…
Reference in New Issue
Block a user