push-things/django-th

View on GitHub
th_wallabag/templates/wallabag/callback.html

Summary

Maintainability
Test Coverage
{% 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 Wallabag account!" %}
</p>
</div>
{% endblock %}