Skip to content

Commit

Permalink
Fix read me and email template
Browse files Browse the repository at this point in the history
  • Loading branch information
barshathakuri committed Dec 6, 2024
1 parent 26ecce3 commit d96adb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IFRC/UCL Alert Hub - CAP Aggregator

The CAP Aggregator is an alert aggregation service built for IFRC's Alert Hub. Public alerts use the Common Alerting Protocol (CAP) Version 1.2 standard.
This repository houses the CAP Aggregator and Alert Manager for IFRC's Alert Hub. These services aggregate and distribute public alerts using the Common Alerting Protocol (CAP) Version 1.2 standard.

This is a Python web app using the Django framework and the Azure Database for PostgreSQL relational database service. The Django app is hosted in a fully managed Azure App Service. Requests to hundreds of publicly available alert feeds are managed by Celery and Redis, which interprets alerts and saves them to the database. The Alert Manager then makes them available to the Alert Hub Website.

Expand Down
4 changes: 2 additions & 2 deletions templates/emails/user/password_reset/body.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@

{% block body %}
<div style="font-family: Poppins, Arial, sans-serif; color: #000;">
<button href="{{ password_reset_url }}" style="background-color: #4284FF; text-decoration: none; font-size: 16px; font-weight: 400; margin: 20px; color:white; border-radius: 12px; border: none; cursor: pointer;
<a href="{{ password_reset_url }}" style="background-color: #4284FF; text-decoration: none; font-size: 16px; font-weight: 400; margin: 20px; color:white; border-radius: 12px; border: none; cursor: pointer;
padding: 10px 20px;">
Reset your password
</button>
</a>
<p
style="margin-top: 40px; margin-left: 20px; padding: 0; font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5; color: #000;">
If you didn't request to reset your password, you may simply ignore this email.
Expand Down

0 comments on commit d96adb0

Please sign in to comment.