Hi all,
My client is using a custom page template on a Dynamics 365 Portal.
On this page we'd like to add the 'rating' (5 star) or 'voting' (thumbs up) functionality.
Any suggestions how to do this?
My Page Template is something like this:
<div class="container"><div class="page-heading">
{% block breadcrumbs %}
{% include 'Breadcrumbs' %}
{% endblock %}
{% block title %}
{% include 'Page Header' %}
{% endblock %}</div><div class="row"><div class="col-md-8">
{% block main %}
{% include 'Page Copy' %}
{% endblock %}</div><div class="col-md-4">
{% block right_aside %} I'd like to add the standard rating functionality here!!
{% endblock %}</div></div></div>









