Browse Source

fas user url updated for new accounts system

Signed-off-by: Mark O Brien <markobri@redhat.com>
Mark O Brien 2 years ago
parent
commit
2ea19f0d0c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pagure/themes/srcfpo/templates/userprofile_master.html

+ 2 - 2
pagure/themes/srcfpo/templates/userprofile_master.html

@@ -22,7 +22,7 @@
           <div title="{{ user.created.strftime('%Y-%m-%d') }}">
             {{user.fullname}} &bull; <span class="text-muted">Joined {{
               user.created | humanize }}</span>
-          {% if config['FAS_URL'] %} &bull; (<a href="{{ config['FAS_URL'].rstrip('/') }}/user/view/{{ username }}">fas</a>){%
+          {% if config['FAS_URL'] %} &bull; (<a href="{{ config['FAS_URL'].rstrip('/') }}/user/{{ username }}">fas</a>){%
           endif %}
           <img id="vacation" src="https://apps.fedoraproject.org/calendar/api/{{ username }}/shield/vacation?connector=on&always=0" alt="" />
           </div>
@@ -117,4 +117,4 @@
     $(this).hide();
   });
 </script>
-{% endblock %}
+{% endblock %}