Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Reddit almost done
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxMaSk committed Oct 8, 2017
1 parent 80cf9a4 commit 41fa4c1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions th_reddit/templates/reddit/callback.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{% extends "base.html" %}
{% load static %}
{% load i18n %}
{% block title %}{% trans "My Trigger" %} - {{ user.username }} - Trigger Happy{% endblock %}
{% block content %}
<div class="col-md-12" id="trigger-content">
<p style="color:green">
{% trans "Congratulations, you have successfully authorized this application to access your Reddit account!" %}
</p>
</div>
{% endblock %}

0 comments on commit 41fa4c1

Please sign in to comment.