diff --git a/ebpub/ebpub/templates/accounts/dashboard.html b/ebpub/ebpub/templates/accounts/dashboard.html index 1a15481f..b7deb920 100644 --- a/ebpub/ebpub/templates/accounts/dashboard.html +++ b/ebpub/ebpub/templates/accounts/dashboard.html @@ -61,55 +61,28 @@ {% block content %}
-

Your account

- -

Logged in as {{ user.email }}. -

-

-
-
-

- {% csrf_token %} -
-

You've had an account since {{ user.date_joined|date:"F j, Y" }}.

+
+
+
+
+

You. — {{ user.email }}

+
+ {% if is_neighbornews_enabled %} +
+ Post News +
+ {% else %} +
 
+ {% endif %} +
{% if custom_message %}

{{ custom_message }}

{% endif %} - -
-

Your timeline display preferences

-

Choose categories of news for the timeline.

- -
- -
-

Your e-mail alerts

- {% if alert_list %} -
    - {% for alert in alert_list %} -
  • {{ alert.name }} ({{ alert.pretty_frequency }}) Unsubscribe
  • - {% endfor %} -
- {% else %} -

You haven't subscribed to any e-mail alerts yet.

- {% set_search_placeholder "Search for an" as placeholder %} -

{{ placeholder }} in {% METRO_NAME %} to subscribe to alerts for news nearby.

-
- -

-
- {% endif %} -
-

Your saved places

{% if saved_place_list %} -
    +
      {% for saved_place in saved_place_list %}
    • {{ saved_place.place.pretty_name }} @@ -125,21 +98,64 @@

      You haven't saved any places yet.

      {% set_search_placeholder "Search for an" as placeholder %}

      {{ placeholder }} in {% METRO_NAME %} and click "Save this place" on the resulting page.

      {% set_search_placeholder "" as placeholder %} -
      -

      + +

      {% endif %}
- +
+

Your display preferences

+

Choose categories of news that appears across LarryvilleKU.

+ +
+
+
+ +
+

Your e-mail alerts

+ {% if alert_list %} +
    + {% for alert in alert_list %} +
  • {{ alert.name }} ({{ alert.pretty_frequency }})
  • + {% endfor %} +
+ {% else %} +

You haven't subscribed to any e-mail alerts yet.

+ {% set_search_placeholder "Search for an" as placeholder %} +

{{ placeholder }} in {% METRO_NAME %} to subscribe to alerts for news nearby.

+
+ +

+
+ {% endif %} +
+
+

Your Account

+
+
+
+ +
+
+
+
+ + {% csrf_token %} +
+
+
+

You've had an account since {{ user.date_joined|date:"M. j, Y" }}.

+
- - {% if is_neighbornews_enabled %} - - {% endif %} +
+
{% endblock %}