forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-17 01:01:33 +02:00
parent 520f2e32f0
commit 0005e0c41b
1 changed files with 11 additions and 13 deletions

View File

@ -42,21 +42,19 @@
</div> </div>
<small id="emailpasswordRequired" class="form-text font-weight-bold text-danger d-none mt-1">Password required to update your email.</small> <small id="emailpasswordRequired" class="form-text font-weight-bold text-danger d-none mt-1">Password required to update your email.</small>
</div> </div>
{% if SITE_NAME != 'Cringetopia' %}
<div class="footer"> <div class="footer">
<div class="d-flex"> <div class="d-flex">
{% if SITE_NAME != 'Cringetopia' %}
<a class="btn btn-success" role="button" onclick="post_toast(this,'/settings/gumroad')">Claim paypig rewards</a> <a class="btn btn-success" role="button" onclick="post_toast(this,'/settings/gumroad')">Claim paypig rewards</a>
{% endif %}
{% if v.email %} {% if v.email %}
<input autocomplete="off" class="btn btn-primary ml-auto" <input autocomplete="off" class="btn btn-primary ml-auto" type="submit" value="Update email">
type="submit" value="Update email">
{% else %} {% else %}
<input autocomplete="off" class="btn btn-primary ml-auto" <input autocomplete="off" class="btn btn-primary ml-auto" type="submit" value="Add email">
type="submit" value="Add email">
{% endif %} {% endif %}
</div> </div>
<span class="text-small-extra text-muted pl-1">Must be same email as gumroad</span> <span class="text-small-extra text-muted pl-1">Must be same email as gumroad</span>
</div> </div>
{% endif %}
</form> </form>
</div> </div>