Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbaptistemora committed Jan 10, 2020
1 parent bbaf402 commit 51e01c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mrs/views.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
from crudlfap import shortcuts as crudlfap

from django import http
from django.db import models
from django.contrib.staticfiles import finders
from django.template.loader import render_to_string
from django.urls import reverse
from django.views import generic

from mrsrequest.models import MRSRequest
from person.models import Person


class Dashboard(crudlfap.TemplateView):
Expand Down

0 comments on commit 51e01c7

Please sign in to comment.