svthalia/concrexit

View on GitHub
website/moneybirdsynchronization/templates/email/moneybird_api_fail.html

Summary

Maintainability
Test Coverage
{% extends "email/board_email.html" %}

{% block content %}
  <p>
  Hi,

  There has been an error when trying to synchronize with Moneybird.
  Error: {{ error }}
  Object: {{ obj }}
  Link to object: <a href="{{ url }}">{{ url }}</a>
  </p>
{% endblock %}