Skip to content
Snippets Groups Projects
Commit c0dbe5ab authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Removing some mentions of old userprofile app

parent 2dce507f
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ Most of the relevant code is in ``gracedb/events/alerts.py``, including the foll
- ``issueAlertForLabel``
- ``issueEmailAlert``
There is also some relevant code in ``gracedb/userprofile/models.py``, which defines a ``PhoneNumberField`` for the ``Contact`` model and validates the phone number when a user signs up for this service.
There is also some relevant code in ``gracedb/alerts/fields.py``, which defines a ``PhoneNumberField`` for the ``Contact`` model and validates the phone number when a user signs up for this service.
The TwiML bin SIDs are used in ``make_twilio_calls`` to generate the URLs and make the POST request.
These SIDs, along with the Account SID and Auth Token should **NOT** be saved in the git repository.
......
......@@ -19,7 +19,7 @@ $(document).ready(function() {
{% block title %}Options | Create Contact{% endblock %}
{% block heading %}Create Contact{% endblock %}
{% block pageid %}userprofile{% endblock %}
{% block pageid %}alerts{% endblock %}
......
......@@ -19,7 +19,7 @@ $(document).ready(function() {
{% block title %}Options | Create Notification{% endblock %}
{% block heading %}Create Notification{% endblock %}
{% block pageid %}userprofile{% endblock %}
{% block pageid %}alerts{% endblock %}
{% block content %}
......
......@@ -26,7 +26,7 @@
<p>Press the button here to get a new password (or change your existing one):</p>
<form action={% url "userprofile-manage-password" %} method="post">
<form action={% url "alerts:manage-password" %} method="post">
<input type="submit" value="Get me a password!">
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment